dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 42bc9488a60b0010e6d8feabf59329b474555b89
parent 078b03eba4b812d6f00f9e05d32ac501479629ef
Author: rubberduckdev <yuval.langer@gmail.com>
Date:   Fri, 28 Feb 2014 21:10:24 +0200

Some .bashrc changes

Diffstat:
M.bashrc | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -65,6 +65,14 @@ xterm*|rxvt*) ;; esac +# functions { + + if [ -f ~/.bashrc.functions ]; then + . ~/.bashrc.functions + fi + +# } + # PATH { if [ -f ~/.bashrc.paths ]; then