Skip to content

Commit

Permalink
Fix syntax error on certain shells
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Apr 26, 2015
1 parent a9dac05 commit 94e2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shrc
Expand Up @@ -55,7 +55,7 @@ if [ -n "$PS1" ]; then
umask 002
fi

PS1="$LOGNAME@$hostname `basename "$execbin"`$promptchar "
PS1="$LOGNAME@$hostname `basename $execbin`$promptchar "

if [ "`basename "$execbin"`" != sh ]; then

Expand Down

0 comments on commit 94e2fe4

Please sign in to comment.