mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Troubleshooting (markdown)
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
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue