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 #