diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-12 09:22:22 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-12 09:22:22 +0100 |
commit | ffc2a7d3cee6385508601374bdd34db253b70c65 (patch) | |
tree | 433bda0daa8504538ce27bdc7a80999bba611663 /config/essentials/zsh/.zshrc | |
parent | f4dc6e9489bd1274cba77aec04343dbec72f4a7d (diff) | |
parent | 6b44e39caba17672bf32960f5829597d9fa544b1 (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index c590d54..7b1f7a0 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -67,7 +67,7 @@ zle -N add-surround surround zle -N change-surround surround # Source files -. $ZDOTDIR/functions.zsh +. $ZDOTDIR/functions.sh . $ZDOTDIR/aliases.sh for file in /{etc,usr/lib}/os-release |