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"