theniceboy/fish/functions/s.fish
2019-08-22 19:30:32 +08:00

4 lines
90 B
Fish
Executable file

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