From af5cbfa740972ba20fda2ddd3db3f489709bbc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B0=D1=88=D0=BA=D0=B8=D0=BD=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Wed, 21 Feb 2024 20:12:50 +0300 Subject: [PATCH] up xcursor size/theme --- const.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/const.sh b/const.sh index 22d989e..c32b850 100755 --- a/const.sh +++ b/const.sh @@ -21,6 +21,8 @@ elif [[ "linux" != "$TERM" && -f $HOME/.dircolors_256 ]]; then eval $(dircolors -b $HOME/.dircolors_256) fi +export XCURSOR_SIZE=24 + export COLORTERM=truecolor PROMPT_COLOR=36m PROMPT_END=$