Merge branch 'main' of github.com:Matir/skel

This commit is contained in:
David Tomaschik
2023-10-05 11:48:26 -07:00

View File

@@ -21,3 +21,7 @@ if test -f ${HOME}/.zprompt ; then
fi
fi
unset _STARSHIP_PATH
function hashall {
tee >(md5sum) | tee >(sha1sum) | sha256sum
}