diff options
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index fa7f6e6..139c145 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -17,6 +17,7 @@ zle -N edit-command-line ### Source files source_ex() { [ -f "$1" ] && . "$1"; } # source if exists +source_ex /etc/grc.zsh source_ex /etc/profile.d/plan9.sh source_ex $XDG_CONFIG_HOME/zsh/comp.zsh source_ex $XDG_CONFIG_HOME/shell/functions.sh |