mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-07 03:59:25 +00:00
committed by
Sorin Ionescu
parent
5232191cbe
commit
fb9a20591f
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
# Load dependencies.
|
||||
omodload 'spectrum'
|
||||
pmodload 'spectrum'
|
||||
|
||||
# Correct commands.
|
||||
setopt CORRECT
|
||||
@ -63,7 +63,7 @@ if is-callable 'dircolors'; then
|
||||
# GNU Core Utilities
|
||||
alias ls='ls --group-directories-first'
|
||||
|
||||
if zstyle -t ':omz:module:utility:ls' color; then
|
||||
if zstyle -t ':prezto:module:utility:ls' color; then
|
||||
if [[ -s "$HOME/.dir_colors" ]]; then
|
||||
eval "$(dircolors "$HOME/.dir_colors")"
|
||||
else
|
||||
@ -75,7 +75,7 @@ if is-callable 'dircolors'; then
|
||||
fi
|
||||
else
|
||||
# BSD Core Utilities
|
||||
if zstyle -t ':omz:module:utility:ls' color; then
|
||||
if zstyle -t ':prezto:module:utility:ls' color; then
|
||||
export LSCOLORS="exfxcxdxbxegedabagacad"
|
||||
alias ls="ls -G"
|
||||
else
|
||||
|
Reference in New Issue
Block a user