dotfiles/.config/fish/functions/fetch.fish

4 lines
99 B
Fish

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