mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 19:50:38 +00:00
feat(zshrc): add support for neovim if built from source
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -281,3 +281,8 @@ eval "$(pyenv virtualenv-init -)"
|
||||
if [ -d "/opt/homebrew/share/zsh-syntax-highlighting" ]; then
|
||||
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
fi
|
||||
|
||||
# Handle neovim if built from source
|
||||
if [ -d "$HOME/neovim/bin" ]; then
|
||||
export PATH="$HOME/neovim/bin:$PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user