Created
August 30, 2016 23:08
-
-
Save matiasleidemer/e5d34c5d11a06c11c6dc4b39f655df63 to your computer and use it in GitHub Desktop.
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 | |
# 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