summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile b/profile
index ca4a21f..eb10522 100644
--- a/profile
+++ b/profile
@@ -1,3 +1,7 @@
+# On Debian this file is loaded when the user first logs in login(1)
+# If you want something that loads everytime a new terminal emulator is launched
+# then put it inside .bashrc
+
if [ "$SHELL" = "/bin/bash" ]; then
. ~/.bashrc
fi