Commit f9fbd079 authored by James Rowe's avatar James Rowe Committed by Robby Russell
Browse files

Don't display dotfiles or reverse sort with ll alias.

The ll alias is a very common default for bash in Linux distributions, so use
that definition.
parent edc8e3d0
...@@ -18,7 +18,7 @@ alias history='fc -l 1' ...@@ -18,7 +18,7 @@ alias history='fc -l 1'
# List direcory contents # List direcory contents
alias lsa='ls -lah' alias lsa='ls -lah'
alias l='ls -la' alias l='ls -la'
alias ll='ls -alr' alias ll='ls -l'
alias sl=ls # often screw this up alias sl=ls # often screw this up
alias afind='ack-grep -il' alias afind='ack-grep -il'
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