Browse Source

Removing GREP_COLOR due to causing issues with some systems (Ubuntu terminal)

master
Ryan Reed 1 year ago
parent
commit
52b736cbbb
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      dot_config/zsh/configs/colors.zsh

+ 1
- 2
dot_config/zsh/configs/colors.zsh View File

@ -1,8 +1,7 @@
export CLICOLOR=1 # enable colored output from ls, etc. on FreeBSD-based systems export CLICOLOR=1 # enable colored output from ls, etc. on FreeBSD-based systems
if [ -x /usr/bin/dircolors ]; then if [ -x /usr/bin/dircolors ]; then
export GREP_COLOR='mt=1;32'
LS_COLORS_AUDIO="38;5;218"
export LS_COLORS_AUDIO="38;5;218"
LS_COLORS_VIDEO="38;5;216" LS_COLORS_VIDEO="38;5;216"
LS_COLORS_ARCHIVE="38;5;204" LS_COLORS_ARCHIVE="38;5;204"
LS_COLORS_IMAGES="38;5;147" LS_COLORS_IMAGES="38;5;147"


Loading…
Cancel
Save