fix fish errors

This commit is contained in:
Nikos Papadakis 2023-01-03 12:16:55 +02:00
parent 2dac9fa9a3
commit 7a5f052e31
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
if test -n (command -v starship)
if test (command -v starship)
starship init fish | source
end

View file

@ -1,3 +1,3 @@
if test -n (command -v zoxide)
if test (command -v zoxide)
zoxide init fish | source
end