Turned off highlighting of curr line

Also added alias for Mou
This commit is contained in:
Nick Nisi
2012-05-24 16:34:07 -05:00
parent ecfc106654
commit a460728a6d
2 changed files with 4 additions and 2 deletions

View File

@@ -12,3 +12,5 @@ alias grep='grep --color=auto'
alias df='df -h' # disk free, in Gigabytes, not bytes
alias du='du -h -c' # calculate disk usage for a folder
# Applications
alias mou='open -a Mou.app'