feat(nvm): configure bash

This commit is contained in:
Peter 2024-11-25 15:32:54 +01:00
parent 9a16dad587
commit 3fe76cec91
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,7 @@
"liga": true, "liga": true,
"calt": true "calt": true
}, },
"soft_wrap": "editor_width",
"assistant": { "assistant": {
"default_model": { "default_model": {
"provider": "ollama", "provider": "ollama",

View file

@ -19,6 +19,13 @@ export GIT_AGE_AGENT_HOST="unix:///run/user/{{ .chezmoi.uid }}/git-age-keyring-a
{{- end }} {{- end }}
# git-age # # git-age #
# nvm #
export NVM_DIR="$HOME/.nvm"
{{- if eq .chezmoi.os "darwin" }}
. /opt/homebrew/opt/nvm/nvm.sh
{{- end }}
# nvm #
# Env Programs # # Env Programs #
export EDITOR=nvim export EDITOR=nvim
export BROWSER=/usr/bin/firefox export BROWSER=/usr/bin/firefox