fix: remove colourised aliases for grep/diff

This commit is contained in:
George Rawlinson 2021-07-08 17:15:51 +00:00
parent e6776b9564
commit 63dc963b00
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 4 deletions

View File

@ -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'