diff --git a/.bashrc b/.bashrc index 7018df8..516b078 100644 --- a/.bashrc +++ b/.bashrc @@ -15,7 +15,7 @@ alias diff="diff --color=auto" alias grep="grep --color=auto" alias ls="ls --color=auto" alias ll="ls -AF1" -alias lll="ls -AFlh" +alias lll="ls -AFl" # history HISTCONTROL="ignoreboth:erasedups"