mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
6 lines
169 B
Bash
Executable File
6 lines
169 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" ]; then
|
|
. /etc/profile.d/autojump.bash
|
|
fi
|