Created
June 5, 2017 12:04
-
-
Save thatguychrisw/fd25f5aa9bea8fc916172d69cf8ba478 to your computer and use it in GitHub Desktop.
zshrc
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
# | |
# Executes commands at the start of an interactive session. | |
# | |
# Authors: | |
# Sorin Ionescu <[email protected]> | |
# | |
# Source Prezto. | |
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" | |
fi | |
PATH=/usr/local/sbin:$PATH:$HOME/.composer/vendor/bin | |
# Customize to your needs... | |
autoload -Uz promptinit | |
promptinit | |
prompt peepcode ☁︎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment