AmellaHyprDots/fish/functions/ff.fish

5 lines
215 B
Fish
Raw Normal View History

2024-03-25 18:53:50 +00:00
function ff --wraps='neofetch --config .config/neofetch/ff.conf --off' --description 'alias ff=neofetch --config .config/neofetch/ff.conf --off'
neofetch --config .config/neofetch/ff.conf --off $argv
end