summaryrefslogtreecommitdiff
path: root/colors.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-09-23 07:43:36 -0700
committerRobby Russell <robby@planetargon.com>2009-09-23 07:43:36 -0700
commit8debd097fbea09032c27b2c8d69d8430d7ea0551 (patch)
tree116ff17dfe29a5906b9a631efa1dd52b8165ec3d /colors.zsh
parent2759586aae5bea9ec38bb16403381c73589776ed (diff)
downloadzsh-8debd097fbea09032c27b2c8d69d8430d7ea0551.tar.gz
zsh-8debd097fbea09032c27b2c8d69d8430d7ea0551.tar.bz2
zsh-8debd097fbea09032c27b2c8d69d8430d7ea0551.zip
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
Diffstat (limited to 'colors.zsh')
-rw-r--r--colors.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/colors.zsh b/colors.zsh
deleted file mode 100644
index b2b08f929..000000000
--- a/colors.zsh
+++ /dev/null
@@ -1,4 +0,0 @@
-autoload colors; colors;
-
-unset LSCOLORS
-export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46;30:tw=42;30:ow=43;30'