[git fast commit] 20. Apr 2018 - 00:46:33

This commit is contained in:
Sheppy
2018-04-20 00:46:33 +02:00
parent 9a0d471473
commit dd7ae53aea
6 changed files with 16 additions and 7 deletions

5
zshrc
View File

@@ -193,6 +193,7 @@ fi
## Connect to ircbox and attach tmux
alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'"
alias dirc="ssh sheppy@atlantishq.de -t 'command; tmux a'"
## lock screen but still let people read it
alias transparent_xlock="xlock -mode blank -geometry 1x1"
@@ -294,7 +295,7 @@ export whateverprovides
ssh_func(){
printf '\033]708;red\007';
/usr/bin/ssh $@;
printf '\033]708;black\007'
printf '\033]708;black\007';
}
alias ssh="ssh_func"
@@ -319,3 +320,5 @@ alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgen
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'
alias -g atip="echo 93.104.211.59"
alias atp="~/.config/playercount.py"