Changes to be committed:

modified:   .zshrc
 Удаление мусора в истории консоли после использования MidnightCommander
This commit is contained in:
root
2024-07-06 00:18:13 +03:00
parent fa8367c358
commit d9a9e781c5
+3
View File
@@ -6,6 +6,9 @@ export ASTERISK_PROMPT="[%d %t]%H*> "
export EDITOR="vim" export EDITOR="vim"
#Remove MidnightCommanderTrash
export HISTCONTROL="ignoreboth"
#Colored man view #Colored man view
export LESS_TERMCAP_mb=$'\E[01;31m' export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;31m' export LESS_TERMCAP_md=$'\E[01;31m'