feat(nvm): configure bash
This commit is contained in:
parent
9a16dad587
commit
3fe76cec91
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
"liga": true,
|
||||
"calt": true
|
||||
},
|
||||
"soft_wrap": "editor_width",
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
|
|
|
@ -19,6 +19,13 @@ export GIT_AGE_AGENT_HOST="unix:///run/user/{{ .chezmoi.uid }}/git-age-keyring-a
|
|||
{{- end }}
|
||||
# git-age #
|
||||
|
||||
# nvm #
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
. /opt/homebrew/opt/nvm/nvm.sh
|
||||
{{- end }}
|
||||
# nvm #
|
||||
|
||||
# Env Programs #
|
||||
export EDITOR=nvim
|
||||
export BROWSER=/usr/bin/firefox
|
||||
|
|
Loading…
Reference in a new issue