поправлен Альяс "fc -El"

This commit is contained in:
airosa
2025-03-14 17:49:46 +03:00
parent 7a90b9296c
commit 005c937248
+1 -2
View File
@@ -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"