diff options
Diffstat (limited to '')
-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 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 |