diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 55cd7930c23131eda26c5647a67d909bcbac886d..fdacf474d0ec4857dedcc31589a967a905480b21 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/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"