From 2cb26b4bd40894f52af3386bac3f0f46c18642e1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 25 Mar 2018 21:07:30 +0200 Subject: [PATCH] Reset indentation of shfmt to default Signed-off-by: Knut Ahlers --- .zsh/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/config.sh b/.zsh/config.sh index e64ba63..7cc6918 100644 --- a/.zsh/config.sh +++ b/.zsh/config.sh @@ -38,7 +38,7 @@ alias mysql='docker run --rm -ti -v $(pwd):$(pwd) -w $(pwd) mysql bash' alias mysqlpw='python3 -c "import hashlib; import sys; print(\"*{}\".format(hashlib.sha1(hashlib.sha1(sys.argv[1].encode(\"utf-8\")).digest()).hexdigest().upper()))"' alias :q='exit' alias share='AWS_REGION=us-east-1 vault2env --key=secret/aws/private -- share --bucket=share-luzifer-io-s3bucket-164ztrtyq1f35 --base-path="file/{{ printf \"%.6s\" .Hash}}" --base-url="https://knut.cc/#"' -alias shfmt='shfmt -i 2 -d -s -ci' +alias shfmt='shfmt -d -s -ci' ## Initialize GPG agent source ${HOME}/.zsh/gpg-agent.plugin.zsh