aliases: export SMART_PLUG_IP variable

This commit is contained in:
PowerUser64 2024-03-29 05:28:11 -07:00
parent f849544f0d
commit 846afbe255

View file

@ -153,7 +153,7 @@ alias rce='reset && clear && exec zsh'
alias fds='fd --no-ignore --hidden --exclude /run --exclude /mnt'
# smart plug things
SMART_PLUG_IP='192.168.1.250'
export SMART_PLUG_IP='192.168.1.250'
alias \
light='tplink_smartplug.py -t $SMART_PLUG_IP -c' \
lion='light on' \