diff --git a/zsh/scripts b/zsh/scripts index a54a92d..b031bf8 100644 --- a/zsh/scripts +++ b/zsh/scripts @@ -13,7 +13,7 @@ function mkcd() { } # "Fake" sha256sum -if [[ -x `which sha256sum` ]]; then +if [[ ! -x `which sha256sum` ]]; then function sha256sum() { shasum -a256 $1 }