dotfiles/fish/functions/log.fish

5 lines
40 B
Fish

function log
tail -f n0 log/*.log
end