zsh: update aliases

This commit is contained in:
He4eT 2022-12-03 23:25:06 +03:00
commit 42869d20f1

View file

@ -104,7 +104,7 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias ga.='ga . && gst'
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"'
alias gcmsgrnd='git commit -m "$(curl -s https://whatthecommit.com/index.txt)"'
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"