Update .config/fish/conf.d/30-fm.fish

This commit is contained in:
punkfairie 2024-09-20 22:20:56 -07:00
parent 566a640672
commit 01180e4807
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,5 +1,5 @@
#!/usr/bin/env fish
function fm --wraps fm
function fman --wraps fm
fm --syntax-theme=rose-pine --pretty-markdown=true --show-icons=true $argv
end