remove not neede color grep

This commit is contained in:
Tobias Powalowski 2023-02-13 11:42:33 +01:00
parent f6bcd1b388
commit 19a57439b8

View file

@ -13,8 +13,6 @@ else
fi
# keep history clean from dups and spaces
HISTCONTROL="erasedups:ignorespace"
# color grep output
alias grep='grep --color=auto'
# if installed set neovim as default editor
if command -v nvim >/dev/null; then
alias vi='nvim'