diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-15 19:48:50 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-15 19:48:50 +0100 |
commit | d2dfd3fcbc3f07ea431c190d05dfa363ffadb4eb (patch) | |
tree | 51d2f6199f2dc1933298f51cf7ad7ed79c272ce3 /.config | |
parent | 8213801b89e9d2a27c6b1df50881b8476679b870 (diff) |
Remove vimwiki, add alias for pushing to multiple gits
Diffstat (limited to '.config')
-rwxr-xr-x | .config/shell/aliasrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 47fb4a9..450effd 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -39,3 +39,6 @@ alias \ p="sudo pacman" \ config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" \ z="zathura" + +# Pushing to multiple git repositories +alias gua="git remote | xargs -L1 git push --all" |