add: dotfiles-sync-check alias
This commit is contained in:
parent
1a0ffb4924
commit
db465455b0
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue