diff options
-rwxr-xr-x | .config/shell/aliasrc | 3 | ||||
-rw-r--r-- | vimwiki/index.md | 10 |
2 files changed, 3 insertions, 10 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" diff --git a/vimwiki/index.md b/vimwiki/index.md deleted file mode 100644 index 8a5713c..0000000 --- a/vimwiki/index.md +++ /dev/null @@ -1,10 +0,0 @@ -# Table of Content - - -* Installation -* Vim Setup -* Python Setup -* Rust Setup -* Personal Website - - |