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-23 08:36:13 +00:00
|
|
|
if [ "$BASH_VERSION" ] && [ -n "$PS1" ]; then
|
2009-02-20 03:55:22 +00:00
|
|
|
. /etc/profile.d/autojump.bash
|
2009-02-10 12:54:10 +00:00
|
|
|
fi
|