AmellaHyprDots/fish/functions/h.fish

5 lines
79 B
Fish

function h --wraps=htop --description 'alias h=htop'
htop $argv
end