diff --git a/.config/shell/aliases b/.config/shell/aliases index a9678dd..3362ac5 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -153,7 +153,10 @@ alias fds='fd --hidden --exclude /run' # smart plug things 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 alias \