mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 11:48:03 +00:00
chore(config): add bob installed nvim to path
This commit is contained in:
@@ -23,6 +23,12 @@ x-dc "$ANSIBLE_GALAXY_CACHE_DIR"
|
||||
|
||||
export ANDROID_HOME="$XDG_DATA_HOME/android"
|
||||
|
||||
# bob manages nvim versions
|
||||
have bob && {
|
||||
path_prepend "$XDG_DATA_HOME/bob/nvim-bin"
|
||||
have nvim && export EDITOR="nvim"
|
||||
}
|
||||
|
||||
export HOMEBREW_NO_ENV_HINTS=true
|
||||
|
||||
# composer, https://getcomposer.org/
|
||||
|
||||
Reference in New Issue
Block a user