1
0
mirror of https://github.com/wting/autojump synced 2025-06-07 09:54:06 +00:00
This commit is contained in:
GlazerMann 2025-03-07 11:35:49 -05:00 committed by GitHub
commit 08cd3f0207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# set user installation paths # set user installation paths
if (-d ~/.autojump/bin) then if (-d ~/.autojump/bin) then
set path = (~/.autojump/bin path) set path = (~/.autojump/bin:${path})
endif endif
# prepend autojump to cwdcmd (run after every change of working directory) # prepend autojump to cwdcmd (run after every change of working directory)