dots/home/private_dot_config/private_fish/functions/fash.fish

6 lines
161 B
Fish

function fash --description "run last bash command as fish equivalent ones using bass"
# minimal wrapper
set last_command $history[1]
bass $last_command
end