summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile14
1 files changed, 14 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..f483ba3
--- /dev/null
+++ b/.profile
@@ -0,0 +1,14 @@
+# ~/.profile: executed by bash(1) for login shells.
+# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
+# for examples.
+
+# I include this in all login environements, bash(1) or not
+
+export PATH=$HOME/bin:$PATH
+
+# The rest is for bash(1) logins only
+if [ -n "$SHLVL" ]; then
+ if [ -f "$HOME/.bashrc" ]; then
+ . "$HOME/.bashrc"
+ fi
+fi