Switched from self-compiled ls to lsd
1 files changed, 0 insertions(+), 1 deletions(-) M zshrc.org
M zshrc.org => zshrc.org +0 -1
@@ 177,7 177,6 @@ export MANPATH="${HOME}/share/man:${MANPATH}" *** Coloring for standard commands A few standard aliases to deal with colored output in terminals. #+BEGIN_SRC sh [ ! -L ~/bin/ls ] && alias ls='/opt/coreutils/bin/ls --color=auto' alias grep='grep --color=auto' alias less='less -R' #+END_SRC