From 8528a27cbd6e584b85f043cf60c726abde206701 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 6 Jun 2022 15:50:46 +0300 Subject: [PATCH] zsh: add ga. alias --- root/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/root/.zshrc b/root/.zshrc index 77f61c5..5e8a249 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -103,6 +103,7 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"' +alias ga.='ga . && gst' 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