fix for termux on android

This commit is contained in:
PowerUser64 2021-09-15 00:52:52 -07:00
parent 51bb990f3e
commit 37008f253b

2
.zshrc
View file

@ -493,7 +493,7 @@ export LESS_TERMCAP_us=$'\E[01;36m'
export LESS=-R
autoload -U compinit colors zcalc
compinit -d
compinit -d 2>&1 > /dev/null
colors
# <<<
### Various manjaro ZSH functions >>>