1
0
Fork 0

another one..

This commit is contained in:
Maurice Audin 2022-11-09 16:28:06 +01:00
parent 757687059c
commit fa0dbf1efa

3
zshrc
View file

@ -2,7 +2,8 @@
source "${HOME}/.zgen/zgen.zsh" source "${HOME}/.zgen/zgen.zsh"
# Required for compdef calls to work # Required for compdef calls to work
autoload -Uz compinit && compinit -C autoload -Uz compinit && \
compinit -C
# Plugins and configuration generator # Plugins and configuration generator
if ! zgen saved; then if ! zgen saved; then