diff --git a/zsh/zshrc b/zsh/zshrc index eb825a2..c542d8e 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,7 +8,7 @@ export ZSH=$HOME/.dots/zsh # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="simple" +ZSH_THEME="gallois" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load @@ -68,7 +68,7 @@ ZSH_THEME="simple" # 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 themes) +plugins=(git themes common-aliases) source $ZSH/oh-my-zsh.sh @@ -108,4 +108,4 @@ if $(type tmux &>/dev/null); then fi # Disable history sharing -unsetopt share_history \ No newline at end of file +unsetopt share_history