diff options
Diffstat (limited to 'docker/zplug/zshrc')
-rw-r--r-- | docker/zplug/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/zplug/zshrc b/docker/zplug/zshrc new file mode 100644 index 00000000..0a4ceb83 --- /dev/null +++ b/docker/zplug/zshrc @@ -0,0 +1,5 @@ +#!zsh + +source ~/.zplug/init.zsh +zplug "${HOME}/p9k", use:"powerlevel9k.zsh-theme", from:local, as:theme +zplug load --verbose |