dotfiles/.config/fish/functions/fetch.fish
2023-12-10 00:05:51 +01:00

3 lines
92 B
Fish

function fetch --wraps=neofetch --description 'alias fetch=neofetch'
neofetch $argv
end