summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-05-01 16:10:16 +0300
committerYigit Sever2019-05-01 16:10:16 +0300
commit789818651e4e68f41b041cd8d0f998aeb7a7b455 (patch)
tree2532c9d3d4c38b88b26ca65af11cd0fd2c62c152 /.zshrc
parent79010ceedac2b95fb49853d018b95e323bf90c2e (diff)
downloaddotfiles-789818651e4e68f41b041cd8d0f998aeb7a7b455.tar.gz
dotfiles-789818651e4e68f41b041cd8d0f998aeb7a7b455.tar.bz2
dotfiles-789818651e4e68f41b041cd8d0f998aeb7a7b455.zip
Change LS_COLORS source
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 667742c..9385e84 100644
--- a/.zshrc
+++ b/.zshrc
@@ -33,8 +33,8 @@ ZSH_THEME="spaceship"
33 33
34# Uncomment the following line to disable colors in ls. 34# Uncomment the following line to disable colors in ls.
35# DISABLE_LS_COLORS="true" 35# DISABLE_LS_COLORS="true"
36#export LS_COLORS="$(vivid generate snazzy)" 36# export LS_COLORS="$(vivid generate snazzy)"
37 37. /usr/share/LS_COLORS/dircolors.sh
38# Uncomment the following line to disable auto-setting terminal title. 38# Uncomment the following line to disable auto-setting terminal title.
39# DISABLE_AUTO_TITLE="true" 39# DISABLE_AUTO_TITLE="true"
40 40