fix for termux on android
This commit is contained in:
parent
51bb990f3e
commit
37008f253b
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -493,7 +493,7 @@ export LESS_TERMCAP_us=$'\E[01;36m'
|
||||||
export LESS=-R
|
export LESS=-R
|
||||||
|
|
||||||
autoload -U compinit colors zcalc
|
autoload -U compinit colors zcalc
|
||||||
compinit -d
|
compinit -d 2>&1 > /dev/null
|
||||||
colors
|
colors
|
||||||
# <<<
|
# <<<
|
||||||
### Various manjaro ZSH functions >>>
|
### Various manjaro ZSH functions >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue