5 lines
79 B
Fish
5 lines
79 B
Fish
|
function h --wraps=htop --description 'alias h=htop'
|
||
|
htop $argv
|
||
|
|
||
|
end
|