summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.profile b/.profile
index 19f7225..a086b00 100644
--- a/.profile
+++ b/.profile
@@ -6,11 +6,11 @@
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
-#umask 022
+umask 022
# set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/bin" ]; then
- export PATH="$HOME/bin:$PATH"
+if [ -d "$HOME/.prefix/bin" ]; then
+ export PATH="$HOME/.prefix/bin:$PATH"
fi
# if running bash