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 } ```