readd ls alias for local and latest image

This commit is contained in:
Tobias Powalowski 2023-02-01 17:50:23 +01:00
parent f34f1a5bb5
commit d17a3f6c02

View file

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