From 7efe627768c4eb4934faad0b2265a53bc4972afd Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 25 Nov 2011 14:10:39 +0200 Subject: [PATCH] bashrc: Removed the > which is annoying to bash users. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 6e48645d..18dcb1f4 100644 --- a/bashrc +++ b/bashrc @@ -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 #####