mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-12-25 22:26:56 +00:00
Fix zgenom auto-exec
This commit is contained in:
parent
33d02ed030
commit
c5a7f3f6ec
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ if [[ ! -d "$ZGENOM_DIR" ]]; then
|
|||
fi
|
||||
|
||||
# Load zgenom (plugin manager for ZSH)
|
||||
source "${ZGENOM_DIR}/.zgenom/zgenom.zsh"
|
||||
source "${ZGENOM_DIR}/zgenom.zsh"
|
||||
|
||||
# Check for zgenom updates
|
||||
# This does not increase startup time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue