diff --git a/zshrc b/zshrc index 1fcdf7f..a6ea5f5 100644 --- a/zshrc +++ b/zshrc @@ -318,3 +318,4 @@ export logout_all alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status" alias python=python3 alias dirc="ssh sheppy@atlantishq.de -t 'command;tmux a -d'" +alias gfc='git commit . -m "[git fast commit] $(date +"%d. %h %Y - %H:%M:%S")" && git push'