add: dotfiles-sync-check alias

This commit is contained in:
Tobias Reisinger 2020-02-26 10:44:16 +01:00
parent 1a0ffb4924
commit db465455b0

View file

@ -29,5 +29,10 @@ alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)'
alias ssh-sftp='$(read -t 2 -r tool; if [[ -z "$tool" ]]; then tool="ssh"; fi; echo $tool)'
alias sudo='sudo '
alias synced-repos-status='
echo "dotfiles" && dotfiles status;
echo "\n\ndotfiles-mail" && dotfiles-mail status;
echo "\n\npass git" && pass git status
'
alias rm='rm -I'