aliases: add lion and loff
This commit is contained in:
parent
4e560fd5a1
commit
b7e3e639fb
1 changed files with 4 additions and 1 deletions
|
@ -153,7 +153,10 @@ alias fds='fd --hidden --exclude /run'
|
||||||
|
|
||||||
# smart plug things
|
# smart plug things
|
||||||
SMART_PLUG_IP='192.168.1.250'
|
SMART_PLUG_IP='192.168.1.250'
|
||||||
alias light='tplink_smartplug.py -t $SMART_PLUG_IP -c'
|
alias \
|
||||||
|
light='tplink_smartplug.py -t $SMART_PLUG_IP -c' \
|
||||||
|
lion='light on' \
|
||||||
|
loff='light off' \
|
||||||
|
|
||||||
# Common ls aliases
|
# Common ls aliases
|
||||||
alias \
|
alias \
|
||||||
|
|
Loading…
Add table
Reference in a new issue