summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@fon.com>2016-02-15 17:30:46 +0100
committerEkaitz Zárraga <ekaitz.zarraga@fon.com>2016-02-15 17:30:46 +0100
commitb4755afe809f062ec537cdfe70a5ced45ee8ec32 (patch)
tree2697cf066310c278515d1849d434b330f601f0e1
parentf1c5914b42352c44a649f4792fdb4e8360a467f3 (diff)
Bash profile
-rw-r--r--bash/.bash_profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 9f5775b..f979822 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -6,7 +6,3 @@ PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\
if [ -f .bash_aliases ] ; then
. .bash_aliases
fi
-
-if [ -f .bashrc ]; then
- . .bashrc
-fi