Fix: Exclude Oh My Zsh test files from being sourced
- Explicitly list Oh My Zsh lib files to load, excluding tests/cli.test.zsh - Prevents test output from being displayed when sourcing zshrc - All functionality remains intact 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -14,10 +14,10 @@ local = "~/.dotfiles/zsh"
|
|||||||
use = ["spaceship.zsh"]
|
use = ["spaceship.zsh"]
|
||||||
apply = ["source"]
|
apply = ["source"]
|
||||||
|
|
||||||
# Oh My Zsh library - load all lib files
|
# Oh My Zsh library - load all lib files except tests
|
||||||
[plugins.oh-my-zsh-lib]
|
[plugins.oh-my-zsh-lib]
|
||||||
local = "~/.dotfiles/zsh/oh-my-zsh/lib"
|
local = "~/.dotfiles/zsh/oh-my-zsh/lib"
|
||||||
use = ["*.zsh"]
|
use = ["{async_prompt,bzr,clipboard,cli,compfix,completion,correction,diagnostics,directories,functions,git,grep,history,key-bindings,misc,nvm,prompt_info_functions,spectrum,termsupport,theme-and-appearance,vcs_info}.zsh"]
|
||||||
apply = ["source"]
|
apply = ["source"]
|
||||||
|
|
||||||
# Oh My Zsh plugins
|
# Oh My Zsh plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user