summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorben <benjaminfranzke@gmail.com>2010-02-14 13:19:59 +0100
committerben <benjaminfranzke@gmail.com>2010-02-14 13:19:59 +0100
commita35c6d11fe098005a3347895b9995df15c0164c5 (patch)
tree1c0c81703afea72c8e7dbb958c94b83a780deb28 /.bash_profile
parent6c12660802096b225e3886fe3f79fec76581ba3f (diff)
downloaddotfiles-a35c6d11fe098005a3347895b9995df15c0164c5.tar.gz
dotfiles-a35c6d11fe098005a3347895b9995df15c0164c5.tar.bz2
dotfiles-a35c6d11fe098005a3347895b9995df15c0164c5.zip
added bash_profile (this will source bashrc)
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
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