Who Let the Bugs Out??

This commit is contained in:
He4eT 2022-06-06 15:54:31 +03:00
commit 02c3024743

View file

@ -102,8 +102,9 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
alias ga.='ga . && gst'
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
alias gcmsgrnd='git commit -m "$(curl -s http://whatthecommit.com/index.txt)"'
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