diff --git a/aliases.sh b/aliases.sh index 7c45d48..3cd3020 100644 --- a/aliases.sh +++ b/aliases.sh @@ -1,4 +1,4 @@ #!/bin/zsh # shellcheck disable=SC1071 -echo 'butane="docker run -i --rm --pull always quay.io/coreos/butane:release --pretty --strict <"' >> ~/.zshrc \ No newline at end of file +echo 'alias butane="docker run -i --rm --pull always quay.io/coreos/butane:release --pretty --strict <"' >> ~/.zshrc \ No newline at end of file diff --git a/umask.sh b/umask.sh index 915a67e..0b0624b 100644 --- a/umask.sh +++ b/umask.sh @@ -1,3 +1,4 @@ #!/bin/zsh +# shellcheck disable=SC1071 sudo launchctl config user umask 077