mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
source "${HOME}/.zgenom/zgenom.zsh"
|
|
|
|
if ! zgenom saved; then
|
|
source "${HOME}/.zsh/bundles.zsh.local"
|
|
|
|
zgenom save
|
|
fi
|