Remove .config/fish/functions/bm.fish

This commit is contained in:
Lewis Wynne 2025-12-17 00:03:19 +00:00
parent 5e7420c35b
commit fe8446e76e

View file

@ -1,3 +0,0 @@
function bm
cd "$(pda list b -o csv --no-header | cut -d, -f2 | fzf)"
end