From c00a17d225b40b132a37c8915899f4ecb5c9b15a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 5 Nov 2017 21:33:48 +0000 Subject: [PATCH] Actually use the plugins --- modules/shell/files/.zshrc | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/modules/shell/files/.zshrc b/modules/shell/files/.zshrc index 5fff79d..2915f79 100644 --- a/modules/shell/files/.zshrc +++ b/modules/shell/files/.zshrc @@ -1,17 +1,11 @@ -# Path to your oh-my-zsh installation. +# Path to oh-my-zsh installation. export ZSH=/usr/share/oh-my-zsh/ -source $ZSH/oh-my-zsh.sh # Plugins -plugins=( - django - pip - pyenv - python - common-aliases - gitfast - zsh-completions -) +plugins=(django pip pyenv python common-aliases gitfast zsh-completions extract) + +# Enable oh-my-zsh +source $ZSH/oh-my-zsh.sh autoload -U compinit && compinit