bash: Alias ll to 'ls -lh'.

master
Pierre Neidhardt 2020-05-27 12:15:48 +02:00
parent e50fe12e56
commit 48aee0590e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ mkcd(){
}
alias ls='ls -p --color=auto'
alias ll='ls -l'
alias ll='ls -lh'
alias la='ls -lAh'
alias l='ls -1'
alias grep='grep --color=auto'