zsh/dotzshrc

10 lines
204 B
Plaintext
Raw Normal View History

2019-09-30 11:20:48 -04:00
#
# .zshrc is sourced in interactive shells.
# It should contain commands to set up aliases,
# functions, options, key bindings, etc.
#
2020-01-08 14:53:25 +08:00
# Setup new style completion system.
2019-09-30 11:20:48 -04:00
autoload -U compinit
compinit