From 1cdacb99d2479c59dc2305d172c4f46a8a0f15a1 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 3 Mar 2016 16:49:33 +0100 Subject: Tmux conf and bash extra stuff --- bash/.bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bash') 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 -- cgit v1.2.3