Add color to .hgrc

git-svn-id: http://photonzero.com/dotfiles/trunk@40 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-03-11 08:16:32 +00:00
parent b789a98c1b
commit 889f9af6de
2 changed files with 10 additions and 0 deletions

View file

@ -53,6 +53,7 @@ alias wallall="wallall -p"
#alias cal="cal -3"
alias google='surfraw google'
alias hd='od -Ax -tx1z -v'
alias gcal='gcalcli'
#Sysdadmin
alias aptsearch="aptitude search"

9
.hgrc
View file

@ -5,3 +5,12 @@ username = Barak Michener <me@barakmich.com>
hgext.bookmarks =
hggit =
fetch =
color =
[color]
status.modified = green bold
status.added = yellow bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = none
status.ignored = black bold