1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
This commit is contained in:
Erdi Aker 2014-12-14 23:23:53 +02:00
parent ec7f788276
commit d71a354abb

View File

@ -19,6 +19,10 @@ else
set -x AUTOJUMP_ERROR_PATH ~/.local/share/autojump/errors.log set -x AUTOJUMP_ERROR_PATH ~/.local/share/autojump/errors.log
end end
if test ! -d (dirname $AUTOJUMP_ERROR_PATH)
mkdir -p (dirname $AUTOJUMP_ERROR_PATH)
end
# change pwd hook # change pwd hook
function __aj_add --on-variable PWD function __aj_add --on-variable PWD