fish: more aliases

This commit is contained in:
Franzi 2021-01-04 06:15:23 +01:00
parent 73a870f9bf
commit 339e3da806
Signed by untrusted user: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -16,12 +16,18 @@ alias gd='git diff'
alias gdc='git diff --cached'
alias hist='git log --pretty --oneline'
alias l='ls -lAh'
alias please='sudo'
alias lumos='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "ON"'
alias nox='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "OFF"'
alias coffee='mosquitto_pub -h 172.19.138.20 -t /switch/kueche/kaffeemaschine/cmnd/POWER -m "ON"'
alias nocoffee='mosquitto_pub -h 172.19.138.20 -t /switch/kueche/kaffeemaschine/cmnd/POWER -m "OFF"'
alias rx300='ipmitool -H 172.19.138.25 -U admin -P admin'
set -x BW_ITEM_WORKERS 16
set -x BW_NODE_WORKERS 16
function fish_greeting
uptime
end