fix fish errors
This commit is contained in:
parent
2dac9fa9a3
commit
7a5f052e31
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
if test -n (command -v fnm)
|
||||
if test (command -v fnm)
|
||||
set PATH /home/nikos/.fnm $PATH
|
||||
fnm env | source
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
if test -n (command -v starship)
|
||||
if test (command -v starship)
|
||||
starship init fish | source
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
if test -n (command -v zoxide)
|
||||
if test (command -v zoxide)
|
||||
zoxide init fish | source
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue