add charm config and remove teamocil

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

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