mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 16:18:33 +01:00
[git fast commit] 20. Apr 2018 - 00:46:33
This commit is contained in:
5
zshrc
5
zshrc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user