dotfiles/fish/.config/fish/functions/t.fish

4 lines
83 B
Fish

function t --wraps='tokei .' --description 'alias t=tokei .'
tokei . $argv
end