prezto/runcoms/zshrc

16 lines
311 B
Bash
Raw Normal View History

2012-02-01 05:37:51 +01: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>
#
# 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
# Customize to your needs...
2023-03-16 23:11:28 +01:00
zstyle ':completion:*' rehash true