update to settings

This commit is contained in:
ZennDev1337 2024-09-23 09:16:48 +02:00
parent 82fecd4df4
commit 74b7569bcc

1
.zshrc
View file

@ -27,6 +27,7 @@ export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
export XCURSOR_SIZE=16 export XCURSOR_SIZE=16
export PATH="$PATH:/opt/nvim-linux64/bin"
################## ##################
# Source # # Source #