Remove .config/fish/functions/fm.fish

This commit is contained in:
punkfairie 2024-04-26 21:20:39 -07:00
parent 8639f2bd92
commit 61f436f662
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -1,5 +0,0 @@
#!/usr/bin/env fish
function fm --wraps=fzf -d "Use fzf as a simple file viewer"
find . -type d | fzf --preview='eza --color=always -T {} | head -n 50'
end