diff --git a/.config/shell/aliases b/.config/shell/aliases index 1301b2f..bdd118d 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -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' +SMART_PLUG_IP='192.168.1.101' alias \ light='tplink_smartplug.py -t $SMART_PLUG_IP -c' \ lion='light on' \