2012-01-31 23:37:51 -05:00
|
|
|
#
|
2012-09-03 16:38:18 -04:00
|
|
|
# Executes commands at the start of an interactive session.
|
2012-01-31 23:37:51 -05:00
|
|
|
#
|
|
|
|
# Authors:
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
#
|
|
|
|
|
2012-09-03 16:08:39 -04:00
|
|
|
# Source Prezto.
|
2012-09-03 16:13:53 -04:00
|
|
|
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|
|
|
|
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
|
|
|
|
fi
|
2011-07-17 20:15:51 -04:00
|
|
|
|
2009-09-07 09:11:34 -07:00
|
|
|
# Customize to your needs...
|
2011-06-01 02:48:26 -04:00
|
|
|
|