fix: use zsh idioms and quote variables in shell config

- 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 commit is contained in:
svxf
2026-03-03 22:10:10 +00:00
parent 396c36f5a9
commit afb44d365e
2 changed files with 4 additions and 5 deletions

1
.vimrc
View File

@@ -24,7 +24,6 @@ set backupdir=~/.vim/backup//
set nobackup
set mouse=a " mouse support
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>