mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Compare commits
No commits in common. "84f24a81735de8e1e35a83a9b68aecf8f9afa103" and "47ddcdb913c7caa58f7c5d659c0e8d7c47567feb" have entirely different histories.
84f24a8173
...
47ddcdb913
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user