feat: source nvm config
This commit is contained in:
parent
ace4a55f96
commit
3a1b6cb641
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ export EDITOR='nvim'
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
[ -f ~/.dotfiles/fzf/git-completion.zsh ] && source ~/.dotfiles/fzf/git-completion.zsh
|
[ -f ~/.dotfiles/fzf/git-completion.zsh ] && source ~/.dotfiles/fzf/git-completion.zsh
|
||||||
|
[ -f /usr/share/nvm/init-nvm.sh ] && source /usr/share/nvm/init-nvm.sh
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export BROWSER=wsl-open.sh
|
export BROWSER=wsl-open.sh
|
||||||
|
|
Loading…
Reference in a new issue