summaryrefslogtreecommitdiff
path: root/.config/bash/bashrc
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-07-30 14:16:27 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-07-30 14:16:27 +0200
commit9857139ebcbb30c10e037d37b301750227142640 (patch)
tree39f7059b18c6ece34af6367fac4e31c4401dc080 /.config/bash/bashrc
parente7286b2e9e534ce75f34029639e582ef77bf8531 (diff)
downloaddotfiles-9857139ebcbb30c10e037d37b301750227142640.tar.gz
dotfiles-9857139ebcbb30c10e037d37b301750227142640.tar.bz2
dotfiles-9857139ebcbb30c10e037d37b301750227142640.zip
awesome: Use xdg-open as weblauncher
Diffstat (limited to '.config/bash/bashrc')
-rw-r--r--.config/bash/bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index 9b60af2..6436c37 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -1,10 +1,11 @@
[[ -d ~/.local/bin/ ]] && PATH="~/.local/bin/:$PATH"
+source ~/.config/bash/environment.sh
+
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