From b4755afe809f062ec537cdfe70a5ced45ee8ec32 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Mon, 15 Feb 2016 17:30:46 +0100 Subject: Bash profile --- bash/.bash_profile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bash') 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 -- cgit v1.2.3