blob: ebd96e7112c6913f6b6b503c42a797bdc6bb1c4c (
plain)
1
2
3
4
5
6
7
8
9
|
#
# .zshrc is sourced in interactive shells.
# It should contain commands to set up aliases,
# functions, options, key bindings, etc.
#
# Setup new style completion system.
autoload -U compinit
compinit
|