From 170aaf4e21defff9522c0e1d06c8400b413b1f8e Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 25 Jun 2023 19:09:33 -0400 Subject: [PATCH] add alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 466079b..e193634 100644 --- a/.bashrc +++ b/.bashrc @@ -147,6 +147,7 @@ alias i3blocksconfig="nvim ~/.config/i3blocks/config" #development shortcuts alias lg="lazygit" +alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME" alias nt="alacritty&" alias tn="tmux -u -f $TMUX_CONFIG new" alias ta="tmux -u -f $TMUX_CONFIG attach"