Skip to content

Commit

Permalink
bash prompt white color typo.
Browse files Browse the repository at this point in the history
fixes paulirish#21  thanks @judearasu !
  • Loading branch information
paulirish committed Aug 24, 2014
1 parent 30b2d70 commit dca2c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_prompt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function git_info() {

# Only show username/host if not default
function usernamehost() {
if [ $USER != "$default_username" ]; then echo "${MAGENTA}$USER ${WHITE}at ${ORANGE}$HOSTNAME $WHITEin "; fi
if [ $USER != "$default_username" ]; then echo "${MAGENTA}$USER ${WHITE}at ${ORANGE}$HOSTNAME ${WHITE}in "; fi
}

# iTerm Tab and Title Customization and prompt customization
Expand Down

0 comments on commit dca2c2b

Please sign in to comment.