mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user