This commit is contained in:
2021-06-24 15:30:40 -07:00
parent 0d139f003d
commit 66e10dc4cc
3 changed files with 6 additions and 7 deletions

3
fish/apps/zoxide.fish Normal file
View File

@@ -0,0 +1,3 @@
if which zoxide &> /dev/null
zoxide init fish --cmd j --hook pwd | source
end