More android stuff

This commit is contained in:
2021-09-09 22:28:27 +01:00
parent a58762e4da
commit a49f6b2573
5 changed files with 21 additions and 6 deletions

5
.config/shell/zshrc Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm