mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
commit
d177aaa12c
@ -19,6 +19,10 @@ else
|
||||
set -x AUTOJUMP_ERROR_PATH ~/.local/share/autojump/errors.log
|
||||
end
|
||||
|
||||
if test ! -d (dirname $AUTOJUMP_ERROR_PATH)
|
||||
mkdir -p (dirname $AUTOJUMP_ERROR_PATH)
|
||||
end
|
||||
|
||||
|
||||
# change pwd hook
|
||||
function __aj_add --on-variable PWD
|
||||
|
Loading…
Reference in New Issue
Block a user