From e1bb16140ff3e9577e94a03861b4b3cfc9707bad Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 18 Jun 2023 23:19:29 -0400 Subject: [PATCH] fooled myself --- configs/shell/profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/shell/profile b/configs/shell/profile index 149697f..f3279f5 100644 --- a/configs/shell/profile +++ b/configs/shell/profile @@ -1,9 +1,7 @@ #!/bin/zsh # Keyboard lights -if ! type "g610-led" &> /dev/null; then - [ -x "$(command -v g610-led)" ] && g610-led -a ff -fi +[ -x "$(command -v g610-led)" ] && g610-led -a ff # The way life should be export XKB_DEFAULT_OPTIONS=caps:escape