From 4c956c8369c8a45ed20bf809ea19a1a582a8359f Mon Sep 17 00:00:00 2001 From: atlantispc_sheppy Date: Sun, 28 Jan 2018 16:01:21 +0100 Subject: [PATCH] added experimental featueres --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index d62c256..5933600 100644 --- a/zshrc +++ b/zshrc @@ -316,3 +316,5 @@ export logout_all ### EXPERIMENTAL ### alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status" +alias gfc='git commit . -m "[git fast commit] $(date +"%d. %h %Y - %H:%M:%S")" && git push' +alias python=python3