Keep path from growing by checking it bin dir exists - fish

pull/639/head
Joseph Buiteweg 3 years ago
parent 06e082c918
commit 936f5a1ca3

@ -2,7 +2,7 @@ set -gx AUTOJUMP_SOURCED 1
# set user installation path
if test -d ~/.autojump
set -x PATH ~/.autojump/bin $PATH
contains ~/.autojump/bin $PATH or set -x PATH ~/.autojump/bin $PATH
end
# Set ostype, if not set

Loading…
Cancel
Save