summaryrefslogtreecommitdiff
path: root/.config/bash/bashrc
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-02-25 23:35:16 +0100
committerben <benjaminfranzke@googlemail.com>2010-02-25 23:35:16 +0100
commitc3e5eddfcde26168bb324d10f309dce07fff0738 (patch)
tree8d15cc3fc5fe5af598f4833b49dc459341aa2090 /.config/bash/bashrc
parenta3331c7eb8af4d778c9415cfa53d63b94f1ecbc4 (diff)
downloaddotfiles-c3e5eddfcde26168bb324d10f309dce07fff0738.tar.gz
dotfiles-c3e5eddfcde26168bb324d10f309dce07fff0738.tar.bz2
dotfiles-c3e5eddfcde26168bb324d10f309dce07fff0738.zip
split up bashrc and put it in ~/.config/bash
Diffstat (limited to '.config/bash/bashrc')
-rw-r--r--.config/bash/bashrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
new file mode 100644
index 0000000..3fd0fcb
--- /dev/null
+++ b/.config/bash/bashrc
@@ -0,0 +1,11 @@
+[[ -d ~/bin/ ]] && PATH="~/bin/:$PATH"
+[[ -d ~/.bin/ ]] && PATH="~/.bin/:$PATH"
+
+if [[ $- != *i* ]] ; then
+ # Shell is non-interactive. Be done now!
+ return
+fi
+
+source ~/.config/bash/environment.sh
+source ~/.config/bash/functions.sh
+source ~/.config/bash/alias.sh