added experimental featueres

This commit is contained in:
atlantispc_sheppy
2018-01-28 16:01:21 +01:00
parent ba0592a75e
commit 4c956c8369

2
zshrc
View File

@@ -316,3 +316,5 @@ export logout_all
### EXPERIMENTAL ### ### EXPERIMENTAL ###
alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgency_rcon status" 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