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 3c0b86e0f..e096f64b9 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 @@ -15,6 +15,7 @@ else fi HISTCONTROL="erasedups:ignorespace" # color output +alias ls='ls --color=auto' alias grep='grep --color=auto' # if installed set neovim as default editor if command -v nvim >/dev/null; then