summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..c460461
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,7 @@
+# ~/.bashrc
+#
+# Executed by non-login interactive shells when starting
+
+[ -f "$HOME/.config/bash/bashrc" ] && source "$HOME/.config/bash/bashrc"
+
+# vim: set filetype=bash