Skip to content

Instantly share code, notes, and snippets.

@matiasleidemer
Created August 30, 2016 23:08
Show Gist options
  • Save matiasleidemer/e5d34c5d11a06c11c6dc4b39f655df63 to your computer and use it in GitHub Desktop.
Save matiasleidemer/e5d34c5d11a06c11c6dc4b39f655df63 to your computer and use it in GitHub Desktop.
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
source ~/.bash_profile
autoload -Uz promptinit
promptinit
prompt pure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment