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 +----- .bashrc | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) mode change 100644 => 120000 .bash_profile mode change 100644 => 120000 .bashrc 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 diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 6f478c3..0000000 --- a/.bashrc +++ /dev/null @@ -1 +0,0 @@ -source ~/.config/bash/bashrc diff --git a/.bashrc b/.bashrc new file mode 120000 index 0000000..6d5541f --- /dev/null +++ b/.bashrc @@ -0,0 +1 @@ +.config/bash/bashrc \ No newline at end of file -- cgit