10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
#
|
|
# .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
|