Add sourcing .exportenvs to .startup.sh, update .gitignore_global for *.tags

This commit is contained in:
hedy 2023-08-15 21:09:28 +08:00
parent f909a2dc67
commit 7547e36320
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@
# vim-obsession
Session.vim
.DS_Store
*.tags

View File

@ -35,3 +35,4 @@ fi
# ^ Above is commented because it's already in ~/.exportenvs
# Load (the) nvm
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$HOME/.exportenvs" ] && \. "$HOME/.exportenvs"