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

less intrusive installer

This commit is contained in:
Joel Schaerer dedibox 2010-07-21 22:55:16 +02:00
parent 0f3a6b4b20
commit db7648dd1d

View File

@ -70,7 +70,7 @@ else
# Answered yes. Go ahead and add the autojump code # Answered yes. Go ahead and add the autojump code
echo "" >> ~/.bashrc echo "" >> ~/.bashrc
echo "#autojump" >> ~/.bashrc echo "#autojump" >> ~/.bashrc
cat autojump.bash >> ~/.bashrc cat autojump.bash | grep -v "^#" >> ~/.bashrc
# Since OSX uses .bash_profile, we need to make sure that .bashrc is properly sourced. # Since OSX uses .bash_profile, we need to make sure that .bashrc is properly sourced.
# Makes the assumption that if they have a line: source ~/.bashrc or . ~/.bashrc, that # Makes the assumption that if they have a line: source ~/.bashrc or . ~/.bashrc, that