Remove .config/fish/functions/bm-add.fish
This commit is contained in:
parent
fe8446e76e
commit
3a812a7268
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue