diff --git a/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh b/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh index 1f1f2001e..22f8264d7 100644 --- a/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh +++ b/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh @@ -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'