mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
new aliases, dircolors
This commit is contained in:
parent
025336c83e
commit
0096ffc7d8
2 changed files with 42 additions and 166 deletions
6
zshrc
6
zshrc
|
|
@ -185,4 +185,10 @@ alias sudo='nocorrect sudo'
|
|||
# the more brutal attempt:
|
||||
unsetopt correct{,all}
|
||||
|
||||
# colored grep / less
|
||||
alias grep="grep --color='always'"
|
||||
alias less='less -R'
|
||||
alias diff='colordiff'
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue