Disable raw-control-chars in less
Due to "There is no raw‐control‐chars option" warning.
This commit is contained in:
parent
81c44f21d0
commit
feaa9ed310
3
zshrc
3
zshrc
|
@ -69,8 +69,9 @@ alias ca='cat --number'
|
||||||
alias d='docker'
|
alias d='docker'
|
||||||
# Correct ip command
|
# Correct ip command
|
||||||
alias ipa='ip a'
|
alias ipa='ip a'
|
||||||
|
# Disable because of "There is no raw‐control‐chars option" warning…
|
||||||
# less with raw character
|
# less with raw character
|
||||||
alias less='less --raw‐control‐chars'
|
#alias less='less --raw‐control‐chars'
|
||||||
#alias less='less --quiet'
|
#alias less='less --quiet'
|
||||||
# Call last command
|
# Call last command
|
||||||
alias pp='fc -e -'
|
alias pp='fc -e -'
|
||||||
|
|
Loading…
Reference in New Issue