fzf-ranger
This commit is contained in:
6
dot_config/fish/functions/fzf-ranger.fish
Normal file
6
dot_config/fish/functions/fzf-ranger.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
function fzf-ranger
|
||||
set dir (fd -td | fzf)
|
||||
if test ! -z "$dir"
|
||||
ranger $dir
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user