dotfiles/fish/.config/fish/functions/b.fish

4 lines
77 B
Fish

function b --wraps='cd ..' --description 'alias b=cd ..'
cd .. $argv;
end