From dfce3c52ba94ef755a19e08982d1d5af54ddf37d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 20 Oct 2017 08:26:21 +0800 Subject: zsh: Move LS_COLORS set from profile to zsh/90-exports.zsh --- _profile | 5 ----- 1 file changed, 5 deletions(-) (limited to '_profile') diff --git a/_profile b/_profile index cfb24ec..cb983e2 100644 --- a/_profile +++ b/_profile @@ -88,11 +88,6 @@ export VISUAL="${EDITOR}" export PAGER="less" export LESS="--ignore-case --raw-control-chars" -## LS colors -if _exists dircolors; then - eval $(dircolors -b) -fi - ## Start `gpg-agent` if not running if ! _running gpg-agent; then gpgconf --launch gpg-agent -- cgit v1.2.2