mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 20:57:59 +00:00
15 lines
238 B
Bash
15 lines
238 B
Bash
#
|
|
# Executes commands at the start of an interactive session.
|
|
#
|
|
# Authors:
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
# Source Prezto.
|
|
if [[ -s "$PREZTO/init.zsh" ]]; then
|
|
source "$PREZTO/init.zsh"
|
|
fi
|
|
|
|
# Customize to your needs...
|
|
|