mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +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
|
if [ -d "/opt/homebrew/share/zsh-syntax-highlighting" ]; then
|
||||||
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
fi
|
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