mirror of
https://github.com/wting/autojump
synced 2025-06-08 02:14:07 +00:00
install script modified in order for autojump to work on OS X out of the box
This commit is contained in:
parent
1fc107ad38
commit
411946deb7
@ -38,7 +38,7 @@ else
|
|||||||
cat autojump.bash >> ~/.bashrc
|
cat autojump.bash >> ~/.bashrc
|
||||||
OS=`uname`
|
OS=`uname`
|
||||||
if [ $OS == 'Darwin' ]; then
|
if [ $OS == 'Darwin' ]; then
|
||||||
echo "# Get the aliases and functions"
|
echo "# Get the aliases and functions"
|
||||||
echo "\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi" >> ~/.bash_profile
|
echo "\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi" >> ~/.bash_profile
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user