wting / autojump

A cd command that learns - easily navigate directories from the command line
Other
16.08k stars 703 forks source link

not compatible with `.bash_profile` #604

Closed beantowel closed 4 years ago

beantowel commented 4 years ago

if there exists an ~/.bash_profile file, whose content is:

if [ -f $HOME/.bashrc ]; then
    source $HOME/.bashrc
fi

the script added to ~/.bashrc won't work, it needs to be added to ~/.bash_profile