From ae3f906b1ba30a838ddff2f582ac637490cc4eaf Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 25 Oct 2022 08:39:01 +0000 Subject: [PATCH] Update dotfiles/.bashrc, dotfiles/.zshrc --- dotfiles/.bashrc | 3 --- dotfiles/.zshrc | 3 --- 2 files changed, 6 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 3b6779ed..b720696b 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -162,9 +162,6 @@ export LESS_TERMCAP_ue=$'\e[0m' export LESS_TERMCAP_us=$'\e[1;4;31m' export LESSHISTFILE=- -# colorize ls -[ -x /usr/bin/dircolors ] && eval "$(dircolors -b)" - ### Functions glog() { setterm -linewrap off 2> /dev/null diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 17ed4b35..98d008ff 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -144,9 +144,6 @@ export LESS_TERMCAP_ue=$'\e[0m' export LESS_TERMCAP_us=$'\e[1;4;31m' export LESSHISTFILE=- -# colorize ls -[ -x /usr/bin/dircolors ] && eval "$(dircolors -b)" - # If this is an xterm set the title to user@host:dir case "$TERM" in xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty)