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
8 lines
246 B
Fish
8 lines
246 B
Fish
# ========
|
|
# 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
|