Fish config refactor
Move things into sub-files and sub-directories Add ensure_path function to make sure stuff doesn't get spammed multiple times into the PATH
This commit is contained in:
7
fish/apps/autojump.fish
Normal file
7
fish/apps/autojump.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
# ========
|
||||
# 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
|
||||
Reference in New Issue
Block a user