diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 14:49:29 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-21 14:49:29 +0100 |
commit | d13ea66992cf451850630904cacbfe111187d02b (patch) | |
tree | 9e5be7eb5ff52efacf16d87880abf3b81a8aaf9b /zsh | |
parent | 2365be00f256393173154ebe35c63f8389093819 (diff) |
Fix behaviour of CTRL-L in pure by reordering plugins
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zsh/plugins | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/.zsh/plugins b/zsh/.zsh/plugins index 793ecb4..3506d70 100644 --- a/zsh/.zsh/plugins +++ b/zsh/.zsh/plugins @@ -19,10 +19,6 @@ if ! zgen saved; then zgen oh-my-zsh plugins/tmux zgen oh-my-zsh plugins/themes - # zsh-users plugins - zgen load zsh-users/zsh-completions src - zgen load zsh-users/zsh-syntax-highlighting - # Appearance # zgen oh-my-zsh themes/eastwood zgen load mafredri/zsh-async @@ -36,6 +32,10 @@ if ! zgen saved; then 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 + # Save all to init script zgen save fi |