mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Preview-tui restore current working directory
This commit is contained in:
parent
ade477e705
commit
fc26493602
|
@ -344,6 +344,7 @@ preview_file() {
|
|||
else
|
||||
fifo_pager ls -F --group-directories-first --color=always
|
||||
fi
|
||||
cd ..
|
||||
elif [ "${encoding#*)}" = "binary" ]; then
|
||||
handle_mime "$1" "$mimetype" "$ext" "bin"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue