Reset indentation of shfmt to default

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-03-25 21:07:30 +02:00
parent c6528bb871
commit 2cb26b4bd4
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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