From 74b7569bcca1d8ba33061547ce490709cd625456 Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Mon, 23 Sep 2024 09:16:48 +0200 Subject: [PATCH] update to settings --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ac84629..42eb2a6 100644 --- a/.zshrc +++ b/.zshrc @@ -27,6 +27,7 @@ export PYENV_ROOT="$HOME/.pyenv" 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 XCURSOR_SIZE=16 +export PATH="$PATH:/opt/nvim-linux64/bin" ################## # Source #