fix: quote variables and use zsh idioms in shell config
- Quote ZINIT_HOME in plugin manager setup - Quote $1 in mkcd function - Use [[ ]] instead of [ ] in yazi wrapper (zsh idiom) - Remove double blank line in .vimrc Nightshift-Task: lint-fix Nightshift-Ref: https://github.com/marcus/nightshift
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -24,7 +24,6 @@ set backupdir=~/.vim/backup//
|
||||
set nobackup
|
||||
set mouse=a " mouse support
|
||||
|
||||
|
||||
noremap <Up> <NOP>
|
||||
noremap <Down> <NOP>
|
||||
noremap <Left> <NOP>
|
||||
|
||||
Reference in New Issue
Block a user