about summary refs log tree commit diff
path: root/scripts/nsp-console.sh
diff options
context:
space:
mode:
authorAzat Bahawi <azahi@teknik.io>2019-12-02 18:03:13 +0300
committerAzat Bahawi <azahi@teknik.io>2019-12-02 18:03:13 +0300
commit29a3bfae91ff4843a9ea2cab5b8cd18393fbdbf4 (patch)
treecc977d45768cd4403b89182bbe26303037a55d41 /scripts/nsp-console.sh
parentfix build script error and update stack (diff)
Refactor scripts
Diffstat (limited to 'scripts/nsp-console.sh')
-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 8923ea2..b83d526 100755
--- a/scripts/nsp-console.sh
+++ b/scripts/nsp-console.sh
@@ -4,5 +4,5 @@ if tmux list-sessions | grep -q "scratchpad"
 then
     tmux attach-session -t "scratchpad"
 else
-    tmux new-session -s "scratchpad" -n "scratchpad" -c "${HOME}"
+    tmux new-session -s "scratchpad" -n "scratchpad" -c "$HOME"
 fi

Consider giving Nix/NixOS a try! <3