aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-07-16 22:16:53 +0500
committerAnton Bobov <anton@bobov.name>2025-07-16 22:16:53 +0500
commitd7593e36c2fdb780f80147ebaed53115bffb0e4e (patch)
tree25272b0226bf2eaa9387a2ea8e79aa0ec7b69a90
parentbba51101ee4604e56c621574970b98ffdb32f844 (diff)
zsh: Source .zshrc.local after .zshrc
-rwxr-xr-x[-rw-r--r--]files/.zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc
index 29c7102..9b35ff0 100644..100755
--- 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