mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-01 10:56:04 +08:00
4 lines
90 B
Fish
Executable file
4 lines
90 B
Fish
Executable file
# Defined in - @ line 1
|
|
function s --description 'alias s neofetch'
|
|
neofetch $argv;
|
|
end
|