From d13ea66992cf451850630904cacbfe111187d02b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 21 Apr 2016 14:49:29 +0100 Subject: Fix behaviour of CTRL-L in pure by reordering plugins --- zsh/.zsh/plugins | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh/.zsh') 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 -- cgit v1.2.3