mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +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
|
|
|