diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 37fe81806..3cd3bfebd 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -5,8 +5,7 @@ ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="afowler" -# ZSH_THEME="cadusk" +ZSH_THEME="nicoulaj" # Example aliases # alias zshconfig="mate ~/.zshrc" diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 504407627..2563c8ea7 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -33,7 +33,7 @@ DISABLE_VENV_CD="1" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git gitfast tmux vim-override) +plugins=(git gitfast tmux vim-override postgres) # User configuration if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi