theniceboy/fish/functions/s.fish
2019-07-06 17:56:57 +09:00

4 lines
90 B
Fish

# Defined in - @ line 1
function s --description 'alias s neofetch'
neofetch $argv;
end