Disable raw-control-chars in less

Due to "There is no raw‐control‐chars option" warning.
This commit is contained in:
gardouille 2023-08-30 19:04:11 +02:00
parent 81c44f21d0
commit feaa9ed310
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 1 deletions

3
zshrc
View File

@ -69,8 +69,9 @@ alias ca='cat --number'
alias d='docker'
# Correct ip command
alias ipa='ip a'
# Disable because of "There is no rawcontrolchars option" warning…
# less with raw character
alias less='less --rawcontrolchars'
#alias less='less --rawcontrolchars'
#alias less='less --quiet'
# Call last command
alias pp='fc -e -'