diff options
author | ben <benjaminfranzke@gmail.com> | 2010-02-14 13:19:59 +0100 |
---|---|---|
committer | ben <benjaminfranzke@gmail.com> | 2010-02-14 13:19:59 +0100 |
commit | a35c6d11fe098005a3347895b9995df15c0164c5 (patch) | |
tree | 1c0c81703afea72c8e7dbb958c94b83a780deb28 | |
parent | 6c12660802096b225e3886fe3f79fec76581ba3f (diff) | |
download | dotfiles-a35c6d11fe098005a3347895b9995df15c0164c5.tar.gz dotfiles-a35c6d11fe098005a3347895b9995df15c0164c5.tar.bz2 dotfiles-a35c6d11fe098005a3347895b9995df15c0164c5.zip |
added bash_profile (this will source bashrc)
-rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |