diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 80e130fc..b6bf034c 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -52,4 +52,10 @@ ncs() { nextcloudcmd -u $USER --path "/SYNC" ~/Nextcloud/SYNC "https://$server" } +pushall() { + git add -A + git commit -m "$@" + git push +} + set completion-ignore-case On