Skip to content

Instantly share code, notes, and snippets.

@thatguychrisw
Created June 5, 2017 12:04
Show Gist options
  • Save thatguychrisw/fd25f5aa9bea8fc916172d69cf8ba478 to your computer and use it in GitHub Desktop.
Save thatguychrisw/fd25f5aa9bea8fc916172d69cf8ba478 to your computer and use it in GitHub Desktop.
zshrc
#
# 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