From 19c1942757f07387b95db3ddbc39d9b561d5b51d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 9 Jan 2022 20:10:46 +0100 Subject: Fix cua alias --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index cc057fc..0b29163 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -42,7 +42,7 @@ alias \ # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" -alias cua="config remote | xargs -L1 config push --all" +alias cua="config remote | xargs -L1 git --git-dir=$HOME/dotfiles/ --work-tree=$HOME push --all" # Doas smooth transition alias sudo="doas" -- cgit v1.2.3-70-g09d2