From c6bc193c52edc16f039301241ff9d51f4404ede0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Feb 2017 20:36:47 +0000 Subject: [PATCH] Add more ZSH plugins --- bash/.zshrc | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/bash/.zshrc b/bash/.zshrc index e58b58a..248794a 100644 --- a/bash/.zshrc +++ b/bash/.zshrc @@ -3,7 +3,23 @@ export ZSH=/usr/share/oh-my-zsh/ source $ZSH/oh-my-zsh.sh # Plugins -plugins=(git-extras catimg django npm pip pyenv python) +plugins=( + git-extras + catimg + django + npm + pip + pyenv + python + common-aliases + dircycles + gitfast + jsontools + systemd + nyan + lol + web-search +) # You may need to manually set your language environment export LANG=en_GB.UTF-8 @@ -18,6 +34,5 @@ export PROMPT="${ret_status} %{$fg_bold[green]%}%n@%m%{$reset_color%}:%{$fg_bold alias src="source $HOME/.zshrc" export DOTFILES="$HOME/.dotfiles" -export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S' source $DOTFILES/bash/base.sh