Use [[ ]] instead of [ ] for conditionals in zinit setup and yazi wrapper (zsh idiom)
Quote `` in dirname call and conditional checks
Quote $1 in mkcd function
Remove extra blank line in .vimrc
Pure lint/style fixes — no functional changes.
Test plan
Source .zshrc and verify no errors
Test mkcd with directory names containing spaces
Verify yazi wrapper still changes directory on exit
## Summary
- Use `[[ ]]` instead of `[ ]` for conditionals in zinit setup and yazi wrapper (zsh idiom)
- Quote `` in `dirname` call and conditional checks
- Quote `$1` in `mkcd` function
- Remove extra blank line in `.vimrc`
Pure lint/style fixes — no functional changes.
## Test plan
- [ ] Source `.zshrc` and verify no errors
- [ ] Test `mkcd` with directory names containing spaces
- [ ] Verify yazi wrapper still changes directory on exit
- Use [[ ]] instead of [ ] for conditionals in zinit setup (lines 39-40)
- Quote in dirname call and conditionals
- Use [[ ]] instead of [ ] in yazi wrapper
- Quote $1 in mkcd function
- Remove extra blank line in .vimrc
Nightshift-Task: lint-fix
Nightshift-Ref: https://github.com/marcus/nightshift
This pull request has changes conflicting with the target branch.
.zshrc
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
[[ ]]instead of[ ]for conditionals in zinit setup and yazi wrapper (zsh idiom)dirnamecall and conditional checks$1inmkcdfunction.vimrcPure lint/style fixes — no functional changes.
Test plan
.zshrcand verify no errorsmkcdwith directory names containing spacesView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.