1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/autojump.sh

6 lines
181 B
Bash
Raw Normal View History

2009-02-19 21:09:59 +00:00
#Source autojump.bashrc only if we're on bash, as it is
#not compatible with other shells
2009-02-14 19:07:22 +00:00
if [ $SHELL = "/bin/bash" ] && [ -n "$PS1" ]; then
2009-02-19 21:09:59 +00:00
source /etc/profile.d/autojump.bash
2009-02-10 12:54:10 +00:00
fi