Skip to content

Commit

Permalink
Merge pull request jarun#1586 from luukvbaal/preview-tui
Browse files Browse the repository at this point in the history
Preview-tui restore current working directory
  • Loading branch information
jarun authored Feb 17, 2023
2 parents ade477e + fc26493 commit 9357825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/preview-tui
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9357825

Please sign in to comment.