mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
[git fast commit] 01. Jul 2018 - 03:40:40
This commit is contained in:
@@ -74,13 +74,13 @@ def bcw():
|
|||||||
return ""
|
return ""
|
||||||
def bwp():
|
def bwp():
|
||||||
tmp = ""
|
tmp = ""
|
||||||
cur = 21
|
cur = 29
|
||||||
try:
|
try:
|
||||||
with open(hl_utils.hlpath(BC_PAGE_LOG),'r') as f:
|
with open(hl_utils.hlpath(BC_PAGE_LOG),'r') as f:
|
||||||
tmp = "{} pages".format(f.read().strip())
|
tmp = "{} pages".format(f.read().strip())
|
||||||
except:
|
except:
|
||||||
tmp = "{} pages".format(cur)
|
tmp = "{} pages".format(cur)
|
||||||
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(cur,0,50))
|
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(cur,0,60))
|
||||||
return tmp
|
return tmp
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
zshrc
2
zshrc
@@ -320,7 +320,7 @@ alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgen
|
|||||||
alias python=python3
|
alias python=python3
|
||||||
alias dirc="ssh sheppy@atlantishq.de -t 'command;tmux a -d'"
|
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 gfc='git commit . -m "[git fast commit] $(date +"%d. %h %Y - %H:%M:%S")" && git push'
|
||||||
alias bc="cd /proj/cipdata/ik15ydit"
|
alias bc="cd /proj/cipdata/ik15ydit/license-confusion-bc"
|
||||||
export PYTHONPATH=/home/cip/2013/ik15ydit/python-local
|
export PYTHONPATH=/home/cip/2013/ik15ydit/python-local
|
||||||
alias -g atip="echo 93.104.211.59"
|
alias -g atip="echo 93.104.211.59"
|
||||||
alias atp="~/.config/playercount.py"
|
alias atp="~/.config/playercount.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user