You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wting_autojump/autojump.sh

6 lines
169 B

#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