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