tenseleyflow/ndotfiles / 2fb7739

Browse files

Cleaning

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
2fb77399127830bb3604dbabb084096ea5eeda0c
Parents
f329068
Tree
7089f33

1 changed file

StatusFile+-
M sketchybar/plugins/ssh-quick-connect.sh 1 1
sketchybar/plugins/ssh-quick-connect.shmodified
@@ -31,7 +31,7 @@ else
3131
   TS_BIN=""
3232
 fi
3333
 
34
-OPEN_CMD='osascript -e "tell application \"iTerm2\" to create window with default profile command \"%s\""'   # change to Terminal as desired
34
+OPEN_CMD='osascript -e "tell application \"iTerm2\" to create window with default profile command \"%s\""'
3535
 
3636
 # ---------- Helpers --------------------------------------------------
3737