From 2839650eba080df94ba46cc9d04372f641ac7511 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Fri, 6 Oct 2023 13:09:17 -0400 Subject: [PATCH] add aliases --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index c00d7d3..6043a0f 100644 --- a/.zshrc +++ b/.zshrc @@ -30,6 +30,11 @@ alias ls="exa" #development shortcuts #git things alias lg="lazygit" +alias ga="git add -A" +alias gr="git reset" +alias gb="git branch" +alias gch="git checkout" +alias gc="git commit -m" alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME" #terminal multiplexing things alias tn="tmux -u -f $TMUX_CONFIG new"