Skip to content

Commit

Permalink
Change ls aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolashery committed Dec 1, 2012
1 parent d07f029 commit 366881b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .aliases
Expand Up @@ -6,13 +6,13 @@ else # OS X `ls`
fi

# List all files colorized in long format
alias l="ls -l ${colorflag}"
alias ll='ls -lh'

# List all files colorized in long format, including dot files
alias la="ls -la ${colorflag}"
alias la="ls -lha"

# List only directories
alias lsd='ls -l ${colorflag} | grep "^d"'
alias lsd='ls -l | grep "^d"'

# Always use color output for `ls`
alias ls="command ls ${colorflag}"
Expand Down

0 comments on commit 366881b

Please sign in to comment.