From 02c302474354346f8863fd87b8f16b3dee61d711 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 6 Jun 2022 15:54:31 +0300 Subject: [PATCH] Who Let the Bugs Out?? --- root/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/.zshrc b/root/.zshrc index 5e8a249..0d4f44f 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -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