1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/autojump.sh
2009-03-03 12:09:36 +01:00

6 lines
218 B
Bash
Executable File

#Source autojump.bashrc only if we're on bash, as it is
#not compatible with other shells
if [ "$BASH_VERSION" ] && [ -n "$PS1" ] && echo $SHELLOPTS | grep -v posix >>/dev/null; then
. /etc/profile.d/autojump.bash
fi