diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-09 20:08:46 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-09 20:08:46 +0100 |
commit | 66d0169b02bfa009618b6b295da13c5001333914 (patch) | |
tree | 3ddba0f40dd6c2690cf2374b207704aeea1a6319 /.config/shell | |
parent | 95489238ab85b85aadd02ada2e264ef6c5ca81ea (diff) |
Add cua alias
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/aliasrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 23c1f89..cc057fc 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -42,6 +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" # Doas smooth transition alias sudo="doas" |