From 12b29a9e5677beecdf932987395f7a5f15306af9 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 12:20:13 +0000 Subject: Move bashrc to commands Not much sense to keep an helpers dir for one file. --- (limited to 'commands/bashrc') diff --git a/commands/bashrc b/commands/bashrc new file mode 100644 index 0000000..f77299c --- /dev/null +++ b/commands/bashrc @@ -0,0 +1,5 @@ +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +export PS1="[sugar-build \W]$ " -- cgit v0.9.1