We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea42ed commit aabf91dCopy full SHA for aabf91d
1 file changed
.customrc.example
@@ -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