1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Merge commit 'joel/master'

This commit is contained in:
elcerdo 2009-04-16 23:18:05 +02:00
commit 9641586cf7
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ if [ -d "/etc/profile.d" ]; then
sudo cp autojump.bash /etc/profile.d/
sudo cp autojump.sh /etc/profile.d/
echo "Remember to add the line"
echo " source /etc/profile.d/autojump.bash"
echo "or"
echo " source /etc/profile"
echo "to your ~/.bashrc if it's not there already"
# TODO intelligently source /etc/profile for them if the line isn't already in their .bashrc

View File

@ -18,6 +18,8 @@ if [ -d "/etc/profile.d" ]; then
sudo cp autojump.zsh /etc/profile.d/
sudo cp autojump.sh /etc/profile.d/
echo "Remember to add the line"
echo " source /etc/profile.d/autojump.bash"
echo "or"
echo " source /etc/profile"
echo "to your ~/.zshrc if it's not there already"
else