bashrc: Removed the > which is annoying to bash users.

This commit is contained in:
Mika Suomalainen 2011-11-25 14:10:39 +02:00
parent ab9f6a213c
commit 7efe627768
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -10,7 +10,7 @@
# For Mac OS X + SSH sessions. bashrc must be sourced by hand at least once.
echo "if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi" >> ~/.bash_profile
fi" > ~/.bash_profile
##### Defaults etc... M0TZLS #####