From 8d09db761ba5d2fef75bf8478ec85921fb40c047 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 12 Oct 2022 15:35:05 -0400 Subject: [PATCH] add charm config and remove teamocil --- dot_config/zsh/private_dot_zshrc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 9298d0560c89b472d2216ab1b7cab1afd4532cfc..e77dd897a74ec1bbdcd44b8484e49e63e593701a 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -128,6 +128,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 export MANPAGER="nvim +Man!" export COLUMNS=80 export MANWIDTH=80 +export CHARM_HOST=charm.secluded.site CASE_SENSITIVE="false" @@ -139,7 +140,7 @@ export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring # DISABLE_MAGIC_FUNCTIONS=true # Additional completions -compctl -g '~/.teamocil/*(:t:r)' teamocil +source <(charm completion zsh) # Integrate z - jump around source /usr/share/z/z.sh