From 7b335d9442411d226993af47e05084c6742ca0ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 28 May 2011 16:21:33 -0400 Subject: Make things more robust, I'm no longer on just Ubuntu. --- .profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.profile') 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 -- cgit v1.2.3-54-g00ecf