try once again to fix ssh completion...
This commit is contained in:
11
zshrc
11
zshrc
@@ -1,11 +1,10 @@
|
||||
#############
|
||||
# Load zgen #
|
||||
#############
|
||||
# Load zgen
|
||||
source "${HOME}/.zgen/zgen.zsh"
|
||||
|
||||
#######################################
|
||||
# Plugins and configuration generator #
|
||||
#######################################
|
||||
# Required for compdef calls to work
|
||||
autoload -Uz compinit && compinit -C
|
||||
|
||||
# Plugins and configuration generator
|
||||
if ! zgen saved; then
|
||||
# Configuration
|
||||
zgen load https://gitea.audin.me/hybris/zsh ${USER}.zsh
|
||||
|
||||
Reference in New Issue
Block a user