pull/329/merge
Leonid Shevtsov 8 months ago committed by GitHub
commit e59a87805e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,11 @@ end
# change pwd hook
function __aj_add --on-variable PWD
status --is-command-substitution; and return
autojump --add (pwd) >/dev/null 2>>$AUTOJUMP_ERROR_PATH &
if test -f "$AUTOJUMP_ERROR_PATH"
autojump --add (pwd) >/dev/null 2>>"$AUTOJUMP_ERROR_PATH" &
else
autojump --add (pwd) >/dev/null &
end
end

Loading…
Cancel
Save