From 5f85bd743f640726bae2ab7928d3f3914ebd553b Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 20 Sep 2015 10:48:18 +0200 Subject: [PATCH] bash_profile --- Makefile | 2 +- bash_profile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bash_profile diff --git a/Makefile b/Makefile index 175a829..ad5890f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FILES = bashrc vimrc zshrc gitconfig screenrc commonshrc liquidpromptrc \ +FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidpromptrc \ gnomerc gvimrc muttrc pentadactylrc mailcap latexmkrc ctags \ i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo diff --git a/bash_profile b/bash_profile new file mode 100644 index 0000000..593c481 --- /dev/null +++ b/bash_profile @@ -0,0 +1,2 @@ +. /etc/profile +. ~/.bashrc