Update Theme & Plugins

This commit is contained in:
Stefen Auris 2017-08-02 12:22:42 -04:00
parent 974231f483
commit e44fc8932a

4
.zshrc
View file

@ -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