Skip to content

Commit

Permalink
Fixing conditions on localbin module
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Aug 5, 2011
1 parent f83aec4 commit e9151f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/localbin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# If the home binary folder is not included
# in the PATH variable, include it.
if ! [[ $PATH = *$HOME/bin* ]]
if ! [[ $PATH = *$HOME/.bin* ]]
then
PATH="$HOME/.bin:$PATH"
export PATH
Expand Down

0 comments on commit e9151f3

Please sign in to comment.