From 3768eab8cf6aadf90ca210b7f7faa1e9e130bb67 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Aug 2010 15:51:50 +0200 Subject: use symlinks for ~/.bashrc instead fo sourcing --- .bash_profile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) mode change 100644 => 120000 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 94a6622..0000000 --- a/.bash_profile +++ /dev/null @@ -1,5 +0,0 @@ -# /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 diff --git a/.bash_profile b/.bash_profile new file mode 120000 index 0000000..6d5541f --- /dev/null +++ b/.bash_profile @@ -0,0 +1 @@ +.config/bash/bashrc \ No newline at end of file -- cgit