1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00
wting_autojump/autojump.sh

6 lines
218 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-03-03 11:09:36 +00:00
if [ "$BASH_VERSION" ] && [ -n "$PS1" ] && echo $SHELLOPTS | grep -v posix >>/dev/null; then
. /etc/profile.d/autojump.bash
2009-02-10 12:54:10 +00:00
fi