Skip to content

Commit

Permalink
Fix cshrc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Oct 17, 2012
1 parent fefb6fd commit 67f5f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cshrc
Expand Up @@ -78,7 +78,7 @@ if ( $?tcsh ) then
if ( -x "$HOME/bin/tpope-host" ) then
set hostcolor = `tpope-host ansi`
else
set hostcolor = `00;33`
set hostcolor = '00;33'
endif

set prompt = "%{\e[${usercolor}m%}%n%{\e[00m%}@%{\e[${hostcolor}m%}%m%{\e[00m%}:%{\e[01;34m%}%~%{\e[00m%}%# "
Expand Down

0 comments on commit 67f5f16

Please sign in to comment.