From 85dc849630929eaa007920dcba7e4a04a0f3b051 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 30 Sep 2009 11:17:16 -0500 Subject: add .bash_profile --- Makefile | 1 + bash_profile | 1 + 2 files changed, 2 insertions(+) create mode 100644 bash_profile diff --git a/Makefile b/Makefile index 282ecff..7da01f7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ INTO = $(HOME) INSTALL = abcde.conf \ bash_logout \ + bash_profile \ bashrc \ conkerorrc \ conkyrc \ diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..c49349b --- /dev/null +++ b/bash_profile @@ -0,0 +1 @@ +. $HOME/.bashrc -- cgit v1.2.3-54-g00ecf