diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-11-02 12:15:32 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-11-02 12:15:32 +0000 |
commit | f7a14882dc75ea649dd9015fa523daedd2a000c3 (patch) | |
tree | ab4032009a3e17e0330346e49308b8f7b6113957 | |
parent | bca34f5360f64be1bbb888e1550f04948e3afee9 (diff) |
zsh: Delete autoenv and add enhancd
-rw-r--r-- | .zsh/plugins | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/plugins b/.zsh/plugins index 88750f9..a70ab14 100644 --- a/.zsh/plugins +++ b/.zsh/plugins @@ -25,14 +25,14 @@ if ! zgen saved; then # Appearance zgen oh-my-zsh themes/eastwood - # My plugins + # Navigation plugins zgen load uvaes/fzf-marks + zgen load b4b4r07/enhancd # Other plugins zgen load rupa/z zgen load djui/alias-tips zgen load tarruda/zsh-autosuggestions - zgen load Tarrasch/zsh-autoenv zgen load joel-porquet/zsh-dircolors-solarized # Save all to init script |