summaryrefslogtreecommitdiff
path: root/dot-bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot-bashrc')
-rw-r--r--dot-bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot-bashrc b/dot-bashrc
index e6f33ad..1b215cb 100644
--- a/dot-bashrc
+++ b/dot-bashrc
@@ -14,6 +14,10 @@ export EDITOR=nvim
# include home binaries
export PATH=$PATH:~/.bin
+# include bob (neovim) path
+# goes first to take priority over standard nvim
+export PATH=~/.local/share/bob/nvim-bin:$PATH
+
# enable globstar
shopt -s globstar