Commit 552e4b86 authored by Gerhard Lazu's avatar Gerhard Lazu Committed by Robby Russell
Browse files

ll doesn't show hidden files, lsa does

parent 52f5eb20
......@@ -39,6 +39,7 @@ alias gcp='git cherry-pick'
alias history='fc -l 1'
alias ls='ls -F'
alias lsa='ls -lah'
alias ll='ls -alr'
alias l='ls'
alias ll='ls -l'
......
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