From a35c6d11fe098005a3347895b9995df15c0164c5 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 14 Feb 2010 13:19:59 +0100 Subject: added bash_profile (this will source bashrc) --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..94a6622 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +# /etc/skel/.bash_profile + +# This file is sourced by bash for login shells. The following line +# runs your .bashrc and is recommended by the bash info pages. +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit