From 10226a9a0f858700c4facf2e2915254d4d4cf523 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 29 Mar 2024 05:28:11 -0700 Subject: [PATCH] aliases: export SMART_PLUG_IP variable --- .config/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/aliases b/.config/shell/aliases index 1301b2f..61dc70e 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' +export SMART_PLUG_IP='192.168.1.250' alias \ light='tplink_smartplug.py -t $SMART_PLUG_IP -c' \ lion='light on' \