dotfiles/.config/fish/functions/top.fish

4 lines
83 B
Fish

function top --wraps=btop --description 'alias top=btop'
btop $argv
end