diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-01-12 17:57:07 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-01-12 17:57:07 +0300 |
commit | fc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 (patch) | |
tree | ce98e88cf767f0cc352ae07423aabfa47185e541 /scripts/nsp-console.sh | |
parent | Happy New Year (diff) |
Minor fixes to keybinds and scripts
Diffstat (limited to 'scripts/nsp-console.sh')
-rwxr-xr-x | scripts/nsp-console.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nsp-console.sh b/scripts/nsp-console.sh index b83d526..510ecdb 100755 --- a/scripts/nsp-console.sh +++ b/scripts/nsp-console.sh @@ -1,6 +1,6 @@ #!/bin/sh -if tmux list-sessions | grep -q "scratchpad" +if tmux list-sessions | grep "scratchpad" then tmux attach-session -t "scratchpad" else |