fix: remove colourised aliases for grep/diff
This commit is contained in:
parent
e6776b9564
commit
63dc963b00
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
# common aliases
|
||||
alias grep='grep --color=auto'
|
||||
alias diff='diff --color=auto'
|
||||
alias history='fc -il 1' # redirect history to STDOUT with correct timestamps
|
||||
#
|
||||
# aliases
|
||||
#
|
||||
|
||||
# redirect history to STDOUT with correct timestamps
|
||||
alias history='fc -il 1'
|
||||
|
||||
# safe(r) interactive commands
|
||||
alias rm='rm -i'
|
||||
|
|
Loading…
Reference in a new issue