5 lines
82 B
Fish
5 lines
82 B
Fish
function c --wraps=clear --description 'alias c=clear'
|
|
clear $argv
|
|
|
|
end
|