Compare commits

..

No commits in common. "84f24a81735de8e1e35a83a9b68aecf8f9afa103" and "47ddcdb913c7caa58f7c5d659c0e8d7c47567feb" have entirely different histories.

View File

@ -12,14 +12,6 @@ function mkcd() {
mkdir -p "$@" && cd "$_";
}
# "Fake" sha256sum
if [[ ! -x `which sha256sum` ]]; then
function sha256sum() {
shasum -a256 $1
}
fi
# pushover notification
function pushover() {
curl -s \