minus-squareSuperiorOne@lemmy.mltoLinux@lemmy.ml•Share a script/alias you use a lotlinkfedilinkEnglisharrow-up4·20 hours agojmpd(jump directory): fuzzy finds and opens directory with fzf # fish shell function jmpd set _selection $(fzf --walker=dir); if test -n "$_selection" cd "$_selection"; end end linkfedilink
jmpd(jump directory): fuzzy finds and opens directory with fzf
# fish shell function jmpd set _selection $(fzf --walker=dir); if test -n "$_selection" cd "$_selection"; end end