summary refs log tree commit diff
path: root/modules/programs/bash/bashrc-user.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/bash/bashrc-user.sh')
-rw-r--r--modules/programs/bash/bashrc-user.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/programs/bash/bashrc-user.sh b/modules/programs/bash/bashrc-user.sh
new file mode 100644
index 00000000000..ef536c132c9
--- /dev/null
+++ b/modules/programs/bash/bashrc-user.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ -f /etc/bashrc ]
+then
+    source /etc/bashrc
+fi