mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-23 04:00:10 +08:00
4 lines
78 B
Fish
4 lines
78 B
Fish
function ta.util.tasks.count
|
|
wc -l < $__ta_file_data | awk '{print $1}'
|
|
end
|