diff --git a/Troubleshooting.md b/Troubleshooting.md index 8ea70da..600fada 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -40,11 +40,11 @@ n () One possible workaround is to extract the path from the cwd command that `nnn` uses: -`lsof -c nnn | grep cwd` + lsof -c nnn | grep cwd To get the path on the last executed cwd command: -`lsof -w -c nnn | grep cwd | tail -n 1 | awk '{print $9}'` + lsof -w -c nnn | grep cwd | tail -n 1 | awk '{print $9}' A script example`tmux_split_curdir.sh`: