1
0
Fork 0

.bashrc: drop non-POSIX -h flag in ls alias

main
urosm 2024-09-21 18:03:42 +02:00
parent d7ccdce2b4
commit d22e25bdb7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ alias diff="diff --color=auto"
alias grep="grep --color=auto" alias grep="grep --color=auto"
alias ls="ls --color=auto" alias ls="ls --color=auto"
alias ll="ls -AF1" alias ll="ls -AF1"
alias lll="ls -AFlh" alias lll="ls -AFl"
# history # history
HISTCONTROL="ignoreboth:erasedups" HISTCONTROL="ignoreboth:erasedups"