dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit eae741cfb1ee31192a1bf6b3e14bebbc5754658b
parent 027258b36c8b09c64ce1a034790c5c0a635b1b45
Author: Bharatvaj Hemanth <bharatvaj@yahoo.com>
Date:   Tue, 10 Oct 2023 14:06:21 +0530

Remove GREP_COLOR as it is deprecated

Diffstat:
M.profile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.profile b/.profile @@ -101,5 +101,3 @@ export LESS_TERMCAP_se=$'\e[0m' export CLICOLOR=1 export LSCOLORS="xxexcxdxbxegxdxbagxcxd" export LS_COLORS="di=0:ln=34:so=32:pi=33:ex=31:bd=34;46:cd=0;43:su=0;41:sg=30;46:tw=0;42:ow=0;43" -export GREP_COLOR='1;35;40' -