From 752d6a642e94bc956e295705d46ec840b15a2bd7 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 13 May 2022 15:46:20 +0200 Subject: [PATCH] Add path for neovim (installed from source) --- bash.org | 1 + 1 file changed, 1 insertion(+) diff --git a/bash.org b/bash.org index 8185a99..f5398ba 100644 --- a/bash.org +++ b/bash.org @@ -316,6 +316,7 @@ PATH=$HOME/.gem/ruby/2.5.0/bin:$PATH PATH=$GOPATH:$GOPATH/bin:$PATH PATH=~/.config/emacs/bin:$PATH PATH=~/.local/bin:$PATH +PATH=~/.local/bin/nvim/bin:$PATH PATH=~/.npm-global/bin:$PATH PATH=~/miniconda3/bin:$PATH export PATH