diff --git a/.bashrc b/.bashrc index 1f79e7c..a348445 100644 --- a/.bashrc +++ b/.bashrc @@ -98,4 +98,6 @@ export STARSHIP_CONFIG=~/.config/starship/starship.toml eval "$(zoxide init bash)" eval "$(starship init bash)" + export PATH="$PATH:/opt/nvim-linux-x86_64/bin" +