fish: add done function
All checks were successful
dotfiles/pipeline/head This commit looks good

This commit is contained in:
Johannes Rothe 2022-10-11 07:29:48 +02:00 committed by Johannes Rothe
parent 990d78b23f
commit db17ff7a00

View File

@ -0,0 +1,4 @@
# Defined in - @ line 1
function done
echo "$(date +"%F %H:%M") $argv" >> ~/Documents/done.txt;
end