1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/runcoms/zshrc

15 lines
278 B

#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
mypath=$(readlink -f "${ZDOTDIR:-$HOME}/.zshrc")
prezto_home=${mypath:h:h}
source "${prezto_home}/init.zsh"
# Customize to your needs...