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

View File

@@ -1,7 +0,0 @@
# ========
# Autojump
# https://github.com/wting/autojump
# ========
[ -f /usr/local/share/autojump/autojump.fish ]; and . /usr/local/share/autojump/autojump.fish
[ -f /usr/share/autojump/autojump.fish ]; and . /usr/share/autojump/autojump.fish

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