diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-13 00:02:58 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-13 00:02:58 +0100 |
commit | a19c00b5b086a03ed40e55ff898799ffff96f895 (patch) | |
tree | ec18b3c02cab7f17574d1168f7a40693ae610cc6 /config/essentials/zsh/.zshrc | |
parent | 6b44e39caba17672bf32960f5829597d9fa544b1 (diff) | |
parent | f09fce4ff51ff3e26a4d77b23ca34950c9162fc0 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 7b1f7a0..230de24 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -67,8 +67,8 @@ zle -N add-surround surround zle -N change-surround surround # Source files -. $ZDOTDIR/functions.sh -. $ZDOTDIR/aliases.sh +. $XDG_CONFIG_HOME/shell/functions.sh +. $XDG_CONFIG_HOME/shell/aliases.sh for file in /{etc,usr/lib}/os-release do [ -f "$file" ] && . "$file" && break |