Unverified Commit 2790a5e5 authored by Zhiming Wang's avatar Zhiming Wang
Browse files

Bring back -h option to ls variants

The -h options in l, ll, and la were lost in 25b1cd68. There's no reason
to remove them.
parent 5ee54032
......@@ -24,9 +24,9 @@ alias d='dirs -v | head -10'
# List directory contents
alias lsa='ls -lah'
alias l='ls -la'
alias ll='ls -l'
alias la='ls -lA'
alias l='ls -lah'
alias ll='ls -lh'
alias la='ls -lAh'
# Push and pop directories on directory stack
alias pu='pushd'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment