From 0f41ee61f493e46257acebd141aa0a9fe074adbe Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 23 Nov 2012 18:37:43 +0000 Subject: Execute the normal bashrc in the homedir --- (limited to 'commands') diff --git a/commands/helpers/bashrc b/commands/helpers/bashrc index ac5a1f9..f77299c 100644 --- a/commands/helpers/bashrc +++ b/commands/helpers/bashrc @@ -1 +1,5 @@ +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + export PS1="[sugar-build \W]$ " -- cgit v0.9.1