fish: more aliases
This commit is contained in:
parent
73a870f9bf
commit
339e3da806
1 changed files with 6 additions and 0 deletions
|
@ -16,12 +16,18 @@ alias gd='git diff'
|
||||||
alias gdc='git diff --cached'
|
alias gdc='git diff --cached'
|
||||||
alias hist='git log --pretty --oneline'
|
alias hist='git log --pretty --oneline'
|
||||||
alias l='ls -lAh'
|
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 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 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'
|
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
|
function fish_greeting
|
||||||
uptime
|
uptime
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue