We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818285e commit e4474c0Copy full SHA for e4474c0
.zshrc
@@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
5
# Look in ~/.oh-my-zsh/themes/
6
# Optionally, if you set this to "random", it'll load a random theme each
7
# time that oh-my-zsh is loaded.
8
-ZSH_THEME="candy"
+ZSH_THEME="pygmalion"
9
10
# Example aliases
11
# alias zshconfig="mate ~/.zshrc"
@@ -40,7 +40,7 @@ ZSH_THEME="candy"
40
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
41
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
42
# Example format: plugins=(rails git textmate ruby lighthouse)
43
-plugins=(git)
+plugins=(git python django)
44
45
source $ZSH/oh-my-zsh.sh
46
0 commit comments