[misc] rename ranger function to r

This commit is contained in:
Klesh Wong 2020-11-08 14:03:27 +08:00
parent 1555667aa0
commit fad8d67708

View File

@ -77,7 +77,7 @@ if status is-interactive
end
end
function ranger
function r --description='sync ranger pwd to shell when exit'
set tempfile (mktemp -t tmp.XXXXXX)
command ranger --choosedir=$tempfile $argv
if test -s $tempfile