From e44fc8932a47db5da54573c6b91d9d735f16bff7 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 2 Aug 2017 12:22:42 -0400 Subject: [PATCH] Update Theme & Plugins --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 2e1839c..6130a01 100644 --- a/.zshrc +++ b/.zshrc @@ -7,7 +7,7 @@ # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="avit" +ZSH_THEME="bureau" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -51,7 +51,7 @@ ZSH_THEME="avit" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git dirhistory history systemd tmux vi-mode zsh-autosuggestions) +plugins=(colored-man-pages copydir cp dircycle dirhistory fasd git gitignore systemd tmux vi-mode zsh-autosuggestions) source $ZSH/oh-my-zsh.sh