Created
September 14, 2015 09:34
-
-
Save ThePixelDeveloper/5192bd528070cdd4937c to your computer and use it in GitHub Desktop.
Antigen configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/antigen/antigen.zsh | |
# Load colours | |
autoload -U colors && colors | |
# Parse prompt string | |
setopt promptsubst | |
antigen use oh-my-zsh | |
antigen bundle git | |
antigen bundle osx | |
antigen bundle wd | |
antigen bundle composer | |
antigen theme robbyrussell | |
antigen apply | |
export EDITOR=nano |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment