From d7593e36c2fdb780f80147ebaed53115bffb0e4e Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 16 Jul 2025 22:16:53 +0500 Subject: zsh: Source .zshrc.local after .zshrc --- files/.zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 files/.zsh/zshrc diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc old mode 100644 new mode 100755 index 29c7102..9b35ff0 --- a/files/.zsh/zshrc +++ b/files/.zsh/zshrc @@ -15,3 +15,5 @@ done if [ -f "/etc/zsh_command_not_found" ] ; then source /etc/zsh_command_not_found fi + +zrclocal -- cgit v1.2.3