diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-29 20:59:11 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-29 20:59:11 +0200 |
commit | 236f6bff4d262e96cd6e07b0ba46908a457860d6 (patch) | |
tree | 82f26add03abb644fa975b1a39a93d673fe1fc9e /config/essentials/zsh | |
parent | 179582b4187f5cc9ab784d8ec20b42db4bf12281 (diff) | |
parent | cb06bb626545a35f56f55f2abe3942262f5ca824 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials/zsh')
-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 ccec6d5..c9bf8b1 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -18,9 +18,9 @@ autoload -z edit-command-line zle -N edit-command-line ### Source files +. $XDG_CONFIG_HOME/zsh/comp.zsh . $XDG_CONFIG_HOME/shell/functions.sh . $XDG_CONFIG_HOME/shell/aliases.sh -. $XDG_CONFIG_HOME/zsh/comp.zsh . $XDG_CONFIG_HOME/zsh/widgets.zsh # . $XDG_CONFIG_HOME/zsh/prompt.zsh # . $XDG_CONFIG_HOME/zsh/plugins.zsh |