aboutsummaryrefslogtreecommitdiff
path: root/docker/zgen/zshrc
blob: 1fcb75b9134aef7cf7ef589dd43a63407a2c5c4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# load zgen
source ~/.zgen/zgen.zsh

# if the init scipt doesn't exist
if ! zgen saved; then
  zgen load ~/p9k/powerlevel9k.zsh-theme

  # generate the init script from plugins above
  zgen save
fi