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 --- _zsh/20-colors.zsh | 7 ------- 1 file changed, 7 deletions(-) (limited to '_zsh/20-colors.zsh') diff --git a/_zsh/20-colors.zsh b/_zsh/20-colors.zsh index b9a4797..427ea20 100644 --- a/_zsh/20-colors.zsh +++ b/_zsh/20-colors.zsh @@ -16,12 +16,5 @@ export PR_RED PR_GREEN PR_YELLOW PR_BLUE PR_WHITE PR_BLACK export PR_BOLD_RED PR_BOLD_GREEN PR_BOLD_YELLOW PR_BOLD_BLUE export PR_BOLD_WHITE PR_BOLD_BLACK -# colors for BSD ls -if [[ -n "${IS_BSD}" ]]; then - export CLICOLOR=1 - #export LSCOLORS=Gxfxcxdxbxegedabagacad - export LSCOLORS=exfxcxdxbxegedabagacad -fi - # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # -- cgit v1.2.2