From b76f17bcb837873c43abb2fc778e33c0eb61e443 Mon Sep 17 00:00:00 2001 From: Arun Date: Sun, 5 May 2024 22:28:06 +0530 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 8ea22dd..774f827 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -46,7 +46,7 @@ n () if [ -n "$TMUX" ]; then nnn -a $@ else - tmux new-session nnn -a $@ + tmux -u new-session nnn -a $@ fi } ```