diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-12 17:21:11 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-12 17:21:11 +0100 |
commit | f09fce4ff51ff3e26a4d77b23ca34950c9162fc0 (patch) | |
tree | ec18b3c02cab7f17574d1168f7a40693ae610cc6 /config/essentials/zsh/.zshrc | |
parent | ffc2a7d3cee6385508601374bdd34db253b70c65 (diff) |
use seperate shell folder that works cross shells
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 |