1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

Arun 2024-05-05 22:28:06 +05:30
parent 36c94d0518
commit b76f17bcb8

@ -46,7 +46,7 @@ n ()
if [ -n "$TMUX" ]; then
nnn -a $@
else
tmux new-session nnn -a $@
tmux -u new-session nnn -a $@
fi
}
```