diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-05-01 18:24:51 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-05-01 18:24:51 +0100 |
commit | 4f905edfe4861d4dda26567f254dcf46e5eb4c60 (patch) | |
tree | c2d67364955e7613d42b4216f3f6c1050498d470 /zsh | |
parent | 6de877b0c24143b822b2d84df4d061b5f0d2d35c (diff) |
Update minor changes
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zsh/plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 9238e19..ab57ef5 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -30,11 +30,11 @@ if ! zgen saved; then # Other plugins zgen load rupa/z zgen load djui/alias-tips - zgen load tarruda/zsh-autosuggestions # zsh-users plugins zgen load zsh-users/zsh-completions src zgen load zsh-users/zsh-syntax-highlighting + zgen load zsh-users/zsh-autosuggestions # Save all to init script zgen save |