From aaeaee4ec6260a45339f22ef1d913822be9381e7 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 15 Sep 2021 00:52:52 -0700 Subject: [PATCH] fix for termux on android --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 11278cf..c3e7fb2 100644 --- a/.zshrc +++ b/.zshrc @@ -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 >>>