3 lines
78 B
Fish
3 lines
78 B
Fish
function bm
|
|
cd "$(pda list b -o csv --no-header | cut -d, -f2 | fzf)"
|
|
end
|