mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
22 lines
517 B
Bash
22 lines
517 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
|
|
source ~/.config/zsh/mappings.zsh
|
|
|
|
if [ -f ~/.sconfig/zsh/zshrc ]; then
|
|
source ~/.sconfig/zsh/zshrc
|
|
fi
|
|
|
|
autopair-init
|
|
source ~/.zim/modules/fzf-tab/fzf-tab.plugin.zsh
|
|
|
|
source ~/.config/zsh/prompt.zsh
|
|
|
|
source ~/.config/zsh/functions/cd_git_root.zsh
|
|
|
|
source ~/.config/zsh/functions/co.zsh
|
|
source ~/.config/zsh/functions/op.zsh
|
|
source ~/.config/zsh/functions/se.zsh
|
|
|