mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
fix tcsh
This commit is contained in:
parent
06e082c918
commit
5d15b073c6
@ -1,6 +1,6 @@
|
||||
# set user installation paths
|
||||
if (-d ~/.autojump/bin) then
|
||||
set path = (~/.autojump/bin path)
|
||||
set path = (~/.autojump/bin:${path})
|
||||
endif
|
||||
|
||||
# prepend autojump to cwdcmd (run after every change of working directory)
|
||||
|
Loading…
Reference in New Issue
Block a user