mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
8 lines
115 B
Bash
8 lines
115 B
Bash
source "${HOME}/.zgenom/zgenom.zsh"
|
|
|
|
if ! zgenom saved; then
|
|
source "${HOME}/.zsh/bundles.zsh"
|
|
|
|
zgenom save
|
|
fi
|