1
Fork 0

Add NVS initialization.

This commit is contained in:
Bauke 2022-05-13 14:52:00 +02:00
parent b391b0266d
commit cc8c8205c6
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -11,5 +11,8 @@ export PATH="$PATH:$LOCAL_BIN"
source "$HOME/.aliases.zsh"
export NVS_HOME="$HOME/.local/share/nvs"
source "$NVS_HOME/nvs.sh"
eval "$(register-python-argcomplete pipx)"
eval "$(starship init zsh)"