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