mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Fixes joelthelion/autojump#335
This commit is contained in:
parent
ec7f788276
commit
d71a354abb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user