summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-05-01 13:05:54 +0000
committerSean Whitton <spw+git@sdf.org>2014-05-01 13:05:54 +0000
commitf1433b38fa5be8019bdc855f44655fb95f8f633b (patch)
treee20915003ee111af62ec04b35f143b9f2e26ef45 /.profile
parent9c9df5de5cd2bc7402db4a19a296bcdb6639401a (diff)
downloaddotfiles-f1433b38fa5be8019bdc855f44655fb95f8f633b.tar.gz
Many cleaned up config files
Diffstat (limited to '.profile')
-rw-r--r--.profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 00000000..c716395c
--- /dev/null
+++ b/.profile
@@ -0,0 +1,11 @@
+#umask 022
+
+# --- $PATH
+
+if [ -d ~/local/bin ] ; then
+ PATH=~/local/bin:"${PATH}"
+fi
+
+if [ -d ~/bin ] ; then
+ PATH=~/bin:"${PATH}"
+fi