Browse Source

Updating GREP_COLORS due to deprecation

pull/2/head
Ryan Reed 2 years ago
parent
commit
a15ed58153
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dot_config/zsh/configs/colors.zsh

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

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


Loading…
Cancel
Save