From fc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 12 Jan 2020 17:57:07 +0300 Subject: Minor fixes to keybinds and scripts --- scripts/nsp-console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nsp-console.sh') 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 -- cgit 1.4.1