mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add hashall function
This commit is contained in:
@@ -21,3 +21,7 @@ if test -f ${HOME}/.zprompt ; then
|
||||
fi
|
||||
fi
|
||||
unset _STARSHIP_PATH
|
||||
|
||||
function hashall {
|
||||
tee >(md5sum) | tee >(sha1sum) | sha256sum
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user