summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
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"