Skip to content

Commit aabf91d

Browse files
committed
feat ✨ (core): HAD-61 add customrc example template
Bootstrap template for user-specific customrc overrides.
1 parent dea42ed commit aabf91d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.customrc.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# =============================================================================
2+
# Custom ZSH Configuration
3+
# =============================================================================
4+
# This file is sourced by zsh/zshrc after core loads but before modules.
5+
# Use it to override settings, set environment variables, or disable modules.
6+
#
7+
# Available configuration:
8+
# -----------------------------------------------------------------------------
9+
10+
# Disable specific zsh modules (space or comma separated)
11+
# export ZSH_DISABLED_MODULES="tmux"
12+
# export ZSH_DISABLED_MODULES="tmux starship"
13+
# export ZSH_DISABLED_MODULES="tmux,starship"

0 commit comments

Comments
 (0)