@ -33,15 +33,6 @@ unsetopt BG_NICE # Don't run all background jobs at a lower priority.
@@ -33,15 +33,6 @@ unsetopt BG_NICE # Don't run all background jobs at a lower priority.
unsetopt HUP # Don't kill jobs on shell exit.
unsetopt CHECK_JOBS # Don't report on jobs when shell exit.
#
# Grep
#
if zstyle -t ':prezto:environment:grep' color;then
@ -102,6 +102,12 @@ alias lc='lt -c' # Lists sorted by date, most recent last, shows change
@@ -102,6 +102,12 @@ alias lc='lt -c' # Lists sorted by date, most recent last, shows change
aliaslu='lt -u'# Lists sorted by date, most recent last, shows access time.
aliassl='ls'# I often screw this up.
# Grep
if zstyle -t ':prezto:module:utility:grep' color;then