diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 12:52:45 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 12:52:45 +0100 |
commit | cc6813cff722f2c6d65bd6aafc2da909f3b867ca (patch) | |
tree | 6e290852666926990fa7d3d1a875703e200dadc8 /zsh/.zsh | |
parent | 62b400f83e4820e2cad6b9ae5153b1ba19e84297 (diff) |
[zsh] Use pure prompt (faster and nicer)
Diffstat (limited to 'zsh/.zsh')
-rw-r--r-- | zsh/.zsh/plugins | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 1016b88..793ecb4 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -24,17 +24,17 @@ if ! zgen saved; then zgen load zsh-users/zsh-syntax-highlighting # Appearance - zgen oh-my-zsh themes/eastwood + # zgen oh-my-zsh themes/eastwood + zgen load mafredri/zsh-async + zgen load sindresorhus/pure # Navigation plugins zgen load uvaes/fzf-marks # Other plugins zgen load rupa/z - zgen load supercrabtree/k zgen load djui/alias-tips zgen load tarruda/zsh-autosuggestions - zgen load joel-porquet/zsh-dircolors-solarized # Save all to init script zgen save |