More android stuff
This commit is contained in:
@@ -82,6 +82,8 @@ alias \
|
||||
dgs="dgit status" \
|
||||
dgd="dgit diff" \
|
||||
dgdc="dgit diff --cached" \
|
||||
dgp="dgit push" \
|
||||
dgup="dgit pull --rebase" \
|
||||
gaa="git add --all" \
|
||||
gb="git branch" \
|
||||
gba="git branch -a" \
|
||||
|
||||
5
.config/shell/zshrc
Normal file
5
.config/shell/zshrc
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user