summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..3353aca
--- /dev/null
+++ b/.profile
@@ -0,0 +1,15 @@
+# ~/.profile: executed by the command interpreter for login shells.
+# This file is not read by bash if ~/.bash_profile or ~/.bash_login
+# exists.
+
+if ! [ "x${BASH_VERSION}" = 'x' ]; then
+ . "${HOME}/.bashrc"
+fi
+
+PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'
+PATH="${HOME}/bin:${PATH}"
+
+# Interactive shells only beyond this point.
+[ "${PS1+set}" = 'set' ] || return
+
+PATH="${HOME}/ibin:${PATH}"