From 7a90b9296cca1296f02e4b8bb7c98dd192795659 Mon Sep 17 00:00:00 2001 From: airosa Date: Fri, 14 Mar 2025 17:42:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B4=D0=B0=D1=82?= =?UTF-8?q?=D1=8B=20=D0=B8=20=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20?= =?UTF-8?q?=D0=B2=20=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D1=8E=20=D0=B8=20?= =?UTF-8?q?=D0=90=D0=BB=D1=8C=D1=8F=D1=81=20=D0=BD=D0=B0=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2=20=20fc=20-El=20=D0=B2=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=20=20history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1f9cc55..fb92c14 100644 --- a/.zshrc +++ b/.zshrc @@ -18,6 +18,7 @@ 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" @@ -52,6 +53,7 @@ zstyle :compinstall filename '/home/VIVAIT/r.ainetdinov/.zshrc' HISTFILE=~/.histfile HISTSIZE=9999 SAVEHIST=9999 +HIST_STAMPS="yyyy-mm-dd hh:mm:ss" setopt extended_history # Добавляет в историю время выполнения комманды setopt inc_append_history # append history except that new line are added @@ -88,6 +90,7 @@ alias status='sudo systemctl status' alias reload='sudo systemctl reload' alias lessv='vim -R' alias ip='ip -c' +alias history="fc -El 1" #Color Grep and add yellow color export GREP_COLORS="mt=33"