SSH signing, wtf config, editorconfig, updates

This commit is contained in:
Ismo Vuorinen
2022-12-05 10:15:37 +02:00
parent 976c0580f0
commit 5af773f931
7 changed files with 250 additions and 12 deletions

3
zshrc
View File

@@ -66,6 +66,9 @@ antigen apply
export HIST_STAMPS="yyyy-mm-dd"
# Only load 1Password cli completions if op exists
hash op 2>/dev/null && eval "$(op completion zsh)"; compdef _op op
source "$HOME/.alias"
GCLOUD_INSTALL_LOCATION=$(gcloud info --format="value(installation.sdk_root)" --quiet)