about summary refs log tree commit diff
path: root/scripts/nsp-console.sh
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2020-01-12 17:57:07 +0300
committerAzat Bahawi <azahi@teknik.io>2020-01-12 17:57:07 +0300
commitfc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 (patch)
treece98e88cf767f0cc352ae07423aabfa47185e541 /scripts/nsp-console.sh
parentHappy New Year (diff)
Minor fixes to keybinds and scripts
Diffstat (limited to '')
-rwxr-xr-xscripts/nsp-console.sh2
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

Consider giving Nix/NixOS a try! <3