From a78c6e3341c870077e45fa7251b92bf0f897c90f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 24 May 2026 20:34:38 +0200 Subject: tweak(zsh): source ~/zshrc-untracked if it exists --- user/zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user/zsh/.zshrc b/user/zsh/.zshrc index aa65059..01dd686 100644 --- a/user/zsh/.zshrc +++ b/user/zsh/.zshrc @@ -65,3 +65,8 @@ compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-$ZSH_VERSION if [ "$MYNIX_PROFILE" = "workstation" ]; then source "$ZDOTDIR/zshrc-workstation.sh" fi + +# Let's me try out things before committing them here. +if [[ -f ~/zshrc-untracked ]]; then + source ~/zshrc-untracked +fi -- cgit v1.3.1