From 29a3bfae91ff4843a9ea2cab5b8cd18393fbdbf4 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 2 Dec 2019 18:03:13 +0300 Subject: Refactor 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 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 -- cgit 1.4.1