mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-16 20:58:24 +08:00
14 lines
240 B
Bash
14 lines
240 B
Bash
source ~/.config/zsh/env.zsh
|
|
source ~/.config/zsh/aliases.zsh
|
|
source ~/.config/zsh/plugins.zsh
|
|
source ~/.config/zsh/vi.zsh
|
|
source ~/.config/zsh/fzf.zsh
|
|
|
|
|
|
|
|
if [ -f ~/.sconfig/zsh/zshrc ]; then
|
|
source ~/.sconfig/zsh/zshrc
|
|
fi
|
|
|
|
autopair-init
|
|
|