chore (zshrc): do not show . and .. when displaying all files

This commit is contained in:
eeemsi 2023-05-05 22:18:02 +02:00
parent 555b2a2524
commit 78a89156ef
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -57,7 +57,7 @@ setopt PROMPT_SUBST
alias ..='cd ..'
alias cp='cp -v'
alias l='ls -F -h'
alias la='ls -F -h -a'
alias la='ls -F -h -A'
alias mv='mv -v'
alias view='vim -R'