summaryrefslogtreecommitdiff
path: root/.config/bash/bashrc
diff options
context:
space:
mode:
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