Skip to content

Commit

Permalink
[profile] check if file *or* symlink exists for .profile.local
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jan 6, 2013
1 parent d1c823e commit 0d7db3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .profile
Expand Up @@ -7,7 +7,7 @@ export EMAIL="marcin.kulik@gmail.com"
export _JAVA_AWT_WM_NONREPARENTING=1
export GDK_USE_XFT=1

[ -f $HOME/.profile.local ] && . $HOME/.profile.local
[ -s $HOME/.profile.local ] && . $HOME/.profile.local

export LANGUAGE="en_US:en"
export LC_MESSAGES="en_US.UTF-8"
Expand Down

0 comments on commit 0d7db3a

Please sign in to comment.