|
|
@ -102,6 +102,12 @@ alias lc='lt -c' # Lists sorted by date, most recent last, shows change
|
|
|
|
alias lu='lt -u' # Lists sorted by date, most recent last, shows access time.
|
|
|
|
alias lu='lt -u' # Lists sorted by date, most recent last, shows access time.
|
|
|
|
alias sl='ls' # I often screw this up.
|
|
|
|
alias sl='ls' # I often screw this up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Grep
|
|
|
|
|
|
|
|
if zstyle -t ':prezto:module:utility:grep' color; then
|
|
|
|
|
|
|
|
export GREP_COLOR='37;45'
|
|
|
|
|
|
|
|
alias grep="$aliases[grep] --color=auto"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Mac OS X Everywhere
|
|
|
|
# Mac OS X Everywhere
|
|
|
|
if [[ "$OSTYPE" == darwin* ]]; then
|
|
|
|
if [[ "$OSTYPE" == darwin* ]]; then
|
|
|
|
alias o='open'
|
|
|
|
alias o='open'
|
|
|
|