From 53c87f6c76c88b58ac2868828f578c633e318610 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2019 19:26:58 +0200 Subject: zsh: remove ls wrapper No longer required since removal of support for GNU ls on darwin --- user/zsh/.config/zsh/.zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'user/zsh') diff --git a/user/zsh/.config/zsh/.zshrc b/user/zsh/.config/zsh/.zshrc index 085f47b3..e8e512a1 100644 --- a/user/zsh/.config/zsh/.zshrc +++ b/user/zsh/.config/zsh/.zshrc @@ -8,7 +8,6 @@ WORDCHARS=${${WORDCHARS//[-.=]}//[\/]} alias ec=emacsclient -ls='\ls' gnu_ls_options="-v --group-directories-first" gnu_ls_isodate="--time-style=long-iso" bsd_ls_options="-p" @@ -28,11 +27,11 @@ case $os in ;; esac alias watch="watch " # enable watch with aliases -alias l="${ls} ${ls_options} -Bp" -alias l1="${ls} ${ls_options} -1" -alias ls="${ls} ${ls_options} -hF" -alias la="${ls} ${ls_options} -hA" -alias ll="${ls} ${ls_options} ${ls_isodate} -hl" +alias l="ls ${ls_options} -Bp" +alias l1="ls ${ls_options} -1" +alias ls="ls ${ls_options} -hF" +alias la="ls ${ls_options} -hA" +alias ll="ls ${ls_options} ${ls_isodate} -hl" alias lal="ll -A" alias lla="lal" alias llr="ll -t" -- cgit 1.4.1