diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-13 12:55:55 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-13 12:55:55 +0200 |
commit | 6e1d0b1f334b8e2b57309cd3ee0c4c0ee2511f75 (patch) | |
tree | 53a2aa6bf42251b57813f6f0753d0839b8e2684e /config/essentials/zsh/.zshrc | |
parent | 3edcea302050baacb1b4ca0c042f9c2680a46386 (diff) |
checkpoint
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 |