mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 03:55:17 +00:00
chore: make fish files executable
This commit is contained in:
@@ -24,7 +24,7 @@ if status is-interactive
|
||||
type -q pyenv; and source (pyenv virtualenv-init -|psub)
|
||||
type -q goenv; and source (goenv init -|psub)
|
||||
# type -q fnm; and fnm env --use-on-cd --shell fish | source
|
||||
type -q load_nvm; and load_nvm > /dev/stderr
|
||||
type -q load_nvm; and load_nvm >/dev/stderr
|
||||
|
||||
# Intialize other tools if available
|
||||
type -q zoxide; and zoxide init fish | source
|
||||
|
||||
Reference in New Issue
Block a user