Skip to content

Commit

Permalink
italic fix for dircolors
Browse files Browse the repository at this point in the history
  • Loading branch information
sentientwaffle committed Nov 17, 2015
1 parent aec573e commit 8d78619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bashrc
Expand Up @@ -108,10 +108,10 @@ if [[ -n "$DISPLAY" && "$TERM" == 'xterm' ]]; then
else
export TERM=screen-256color
fi
fi

if [[ -x /usr/bin/dircolors ]]; then
eval $(dircolors --sh "$DOTFILES/.dircolors")
if [[ -x /usr/bin/dircolors ]]; then
# dircolors doesn't work with tmux-256color.
eval $(TERM=screen-256color dircolors --sh "$DOTFILES/.dircolors")
fi
fi

# ##############################################################################
Expand Down

0 comments on commit 8d78619

Please sign in to comment.