dotfiles/user/fish/.config/fish/functions/glow.fish

4 lines
73 B
Fish

function glow --description 'alias glow -p'
command glow -p $argv;
end