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
|
set PATH /home/nikos/.fnm $PATH
|
||||||
fnm env | source
|
fnm env | source
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
if test -n (command -v starship)
|
if test (command -v starship)
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
if test -n (command -v zoxide)
|
if test (command -v zoxide)
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue