remove lxd completions and add ts alias

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)

Detailed changes

dot_config/zsh/private_dot_zshrc.tmpl 🔗

@@ -76,17 +76,6 @@ source ${ZIM_HOME}/init.zsh
 # Post-init module configuration
 # ------------------------------
 
-# Plugins
-source /usr/share/zsh/scripts/zplug/init.zsh
-zplug 'endaaman/lxd-completion-zsh'
-if ! zplug check --verbose; then
-    printf "Install? [y/N]: "
-    if read -q; then
-        echo; zplug install
-    fi
-fi
-zplug load
-
 # Bind ^[[A/^[[B manually so up/down works both before and after zle-line-init
 bindkey '^[[A' history-substring-search-up
 bindkey '^[[B' history-substring-search-down
@@ -151,6 +140,7 @@ source /usr/share/fzf/completion.zsh
 export RANGER_LOAD_DEFAULT_RC=false
 
 # Bunch of aliases
+alias ts="tailscale"
 alias tmateqr='tmate show-messages | tail -n 1 | qrencode -o - -t ANSIUTF8'
 alias info="info --vi-keys"
 alias datetime="date +%Y-%m-%d_%H%M%S_%Z"