From 005c937248f8d8e88a5b706ee50859643a08a225 Mon Sep 17 00:00:00 2001 From: airosa Date: Fri, 14 Mar 2025 17:49:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=90=D0=BB=D1=8C=D1=8F=D1=81=20=20"fc=20-El"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index fb92c14..d4ebb89 100644 --- a/.zshrc +++ b/.zshrc @@ -18,7 +18,6 @@ export LESS_TERMCAP_so=$'\E[01;44;33m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' - # setting for LC_COLLATE=C problem export LC_COLLATE="ru_RU.UTF-8" @@ -90,7 +89,7 @@ alias status='sudo systemctl status' alias reload='sudo systemctl reload' alias lessv='vim -R' alias ip='ip -c' -alias history="fc -El 1" +alias history="fc -El" #Color Grep and add yellow color export GREP_COLORS="mt=33"