From d17a3f6c02f86972799e090a8cce5cf04645d497 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 1 Feb 2023 17:50:23 +0100 Subject: [PATCH] readd ls alias for local and latest image --- usr/share/archboot/base/etc/profile.d/custom-bash-options.sh | 1 + 1 file changed, 1 insertion(+) 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