mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
8df4740d1f
* Set EDITOR to lvim * Add install of nvm and starship to bootstrap * Remove hard-coded paths from nvm.zsh
12 lines
234 B
Bash
12 lines
234 B
Bash
## nvim
|
|
#export PYTHON_HOST_PROG="/usr/bin/python2"
|
|
#export PYTHON3_HOST_PROG="/usr/local/bin/python3"
|
|
alias vim="nvim"
|
|
alias vi="nvim"
|
|
|
|
## Lunarvim
|
|
alias vim="lvim"
|
|
alias vi="lvim"
|
|
export PATH=~/.local/bin:$PATH
|
|
export EDITOR="lvim"
|