summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@fon.com>2016-03-03 16:49:33 +0100
committerEkaitz Zárraga <ekaitz.zarraga@fon.com>2016-03-03 16:49:33 +0100
commit1cdacb99d2479c59dc2305d172c4f46a8a0f15a1 (patch)
tree5ccf75ddc18091e752ccd6a0375f42e4145c9563 /bash
parenta367ec0df92be4565c8c79ba6be7c0c85460b934 (diff)
Tmux conf and bash extra stuff
Diffstat (limited to 'bash')
-rw-r--r--bash/.bash_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 6196590..0afc493 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -6,3 +6,9 @@ PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\
if [ -f ~/.bash_aliases ] ; then
. ~/.bash_aliases
fi
+
+
+# Extra configuration for work or home, just separate it in different file to keep dotfiles clean
+if [ -f ~/.bash_extra ] ; then
+ . ~/.bash_extra
+fi