Remove .config/fish/functions/bm-add.fish

This commit is contained in:
Lewis Wynne 2025-12-17 00:03:23 +00:00
parent fe8446e76e
commit 3a812a7268

View file

@ -1,8 +0,0 @@
function bm-add
set name $argv[1]
if test -z "$name"
echo "usage: bm-add <key>"
return 1
end
pda set "$name@b" (realpath .)
end