1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00

Merge pull request #336 from erdiaker/issue_335

Fix for Issue 335
This commit is contained in:
William Ting 2014-12-15 20:12:40 -08:00
commit d177aaa12c

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