zsh: Rename autoloadable function ls

Rename to avoid confusion and make the config more transparent.
This commit is contained in:
2020-10-06 03:54:01 +02:00
parent ea4f13dc84
commit 0424941699
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
## Created: 2019-01-16 ## Created: 2019-01-16
# Default flags # Default flags
alias ls='ls --color=auto --group-directories-first -p -v' alias ls='ls-show-hidden --color=auto --group-directories-first -p -v'
alias grep='grep --color' alias grep='grep --color'
alias cp='cp -i' alias cp='cp -i'
alias mv='mv -i' alias mv='mv -i'