Skip to content

Commit

Permalink
.aliases: Improve lsd
Browse files Browse the repository at this point in the history
  • Loading branch information
mlowery authored and mathiasbynens committed Nov 26, 2013
1 parent b36561c commit 9a3a129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alias l="ls -lF ${colorflag}"
alias la="ls -laF ${colorflag}"

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

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

0 comments on commit 9a3a129

Please sign in to comment.