Cleaning
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
2fb77399127830bb3604dbabb084096ea5eeda0c- Parents
-
f329068 - Tree
7089f33
2fb7739
2fb77399127830bb3604dbabb084096ea5eeda0cf329068
7089f33| Status | File | + | - |
|---|---|---|---|
| M |
sketchybar/plugins/ssh-quick-connect.sh
|
1 | 1 |
sketchybar/plugins/ssh-quick-connect.shmodified@@ -31,7 +31,7 @@ else | ||
| 31 | 31 | TS_BIN="" |
| 32 | 32 | fi |
| 33 | 33 | |
| 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\""' | |
| 35 | 35 | |
| 36 | 36 | # ---------- Helpers -------------------------------------------------- |
| 37 | 37 | |