summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 20:10:42 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 23:54:47 -0400
commitb80255592a9f43c3dae585af73b30eb7a4340ce1 (patch)
tree1c305b2d8fd28bb0bb8b779d42ef7401fdfd5dcf /zshrc
parent39a4fe5ae9e89ddd09b52420ba1d3b4a9d756f62 (diff)
downloadconf-b80255592a9f43c3dae585af73b30eb7a4340ce1.tar.gz
conf-b80255592a9f43c3dae585af73b30eb7a4340ce1.zip
remove cargo culting
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/zshrc b/zshrc
index 3a1514e..d15d92b 100644
--- a/zshrc
+++ b/zshrc
@@ -3,14 +3,6 @@
# tends to hard-set $PATH and such
[ -f "$HOME/.env" ] && source $HOME/.env
# }}}
-# Enable colors for ls, etc. Prefer ~/.dir_colors {{{
-if [[ -f ~/.dir_colors ]]; then
- eval `dircolors -b ~/.dir_colors`
-elif [[ -f /etc/DIR_COLORS ]]; then
- eval `dircolors -b /etc/DIR_COLORS`
-else
- eval `dircolors -b`
-fi # }}}
# Change the window title of X terminals {{{
function term_title_precmd () {
echo -ne "\033]0;${USER}@${HOST}:${PWD/$HOME/~}\007"