forked from kunsi/dotfiles
fish: more aliases
This commit is contained in:
parent
307017eec2
commit
d6c661a030
1 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,10 @@ alias gdc='git diff --cached'
|
|||
alias hist='git log --pretty --oneline'
|
||||
alias l='ls -lAh'
|
||||
|
||||
alias lumos='mosquitto_pub -h 172.19.138.21 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "ON"'
|
||||
alias nox='mosquitto_pub -h 172.19.138.21 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "OFF"'
|
||||
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 rx300='ipmitool -H 172.19.138.25 -U admin -P admin'
|
||||
|
||||
function fish_greeting
|
||||
uptime
|
||||
|
|
Loading…
Reference in a new issue