diff options
| author | Aaron LI <aly@aaronly.me> | 2017-10-20 08:26:21 +0800 |
|---|---|---|
| committer | Aaron LI <aly@aaronly.me> | 2017-10-20 08:26:21 +0800 |
| commit | dfce3c52ba94ef755a19e08982d1d5af54ddf37d (patch) | |
| tree | 475edb6518dc2fa2ded20b4f3768378f29106abd /_profile | |
| parent | fd64d068d2dc7222466ebc3b317774184d54ba6e (diff) | |
| download | dotfiles-dfce3c52ba94ef755a19e08982d1d5af54ddf37d.tar.bz2 | |
zsh: Move LS_COLORS set from profile to zsh/90-exports.zsh
Diffstat (limited to '_profile')
| -rw-r--r-- | _profile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |
