1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
This commit is contained in:
GitHub Merge Button 2011-04-29 13:53:58 -07:00
commit d5dd44b58b

View File

@ -60,7 +60,9 @@ if [ -d "/etc/profile.d" ]; then
echo "Adding the /etc/profile.d/autojump.bash to your .bashrc"
echo "" >> ~/.bashrc
echo "# Added by autojump install.sh" >> ~/.bashrc
echo "source /etc/profile.d/autojump.bash" >> ~/.bashrc
echo "if [ -f /etc/profile.d/autojump.bash ]; then" >> ~/.bashrc
echo " source /etc/profile.d/autojump.bash" >> ~/.bashrc
echo "fi" >> ~/.bashrc
fi
echo "Done!"
echo