up xcursor size/theme
This commit is contained in:
parent
94975fb4bc
commit
0ab8b55d66
2
const.sh
2
const.sh
|
@ -44,6 +44,8 @@ elif [[ "linux" != "$TERM" && -f $HOME/.dircolors_256 ]]; then
|
||||||
eval $(dircolors -b $HOME/.dircolors_256)
|
eval $(dircolors -b $HOME/.dircolors_256)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export XCURSOR_SIZE=24
|
||||||
|
|
||||||
export COLORTERM=truecolor
|
export COLORTERM=truecolor
|
||||||
PROMPT_COLOR=36m
|
PROMPT_COLOR=36m
|
||||||
HOST_COLOR=31m
|
HOST_COLOR=31m
|
||||||
|
|
Loading…
Reference in New Issue