mirror of
https://github.com/FAUSheppy/config
synced 2025-12-10 00:28:32 +01:00
changed ls output to not show . and .. and show human readable filesizes
This commit is contained in:
4
zshrc
4
zshrc
@@ -144,8 +144,8 @@ alias wordcount="find . -type f -exec cat {} + | wc -w"
|
||||
|
||||
## LS ##
|
||||
LS_COLORS=$LS_COLORS:'di=0;35:'; export LS_COLORS
|
||||
alias la="ls -la --color=auto"
|
||||
alias ll="ls -ll --color=auto"
|
||||
alias la="ls -lAh --color=auto"
|
||||
alias ll="ls -llh --color=auto"
|
||||
alias ls="ls --color=auto"
|
||||
|
||||
## SSH-KEYS ##
|
||||
|
||||
Reference in New Issue
Block a user