diff --git a/vimrc.d/01-basic.vim b/vimrc.d/01-basic.vim index 7d4ba11..67bc0f3 100644 --- a/vimrc.d/01-basic.vim +++ b/vimrc.d/01-basic.vim @@ -54,8 +54,8 @@ if &shell =~# 'fish$' endif if has('win32') - set shell=pwsh.exe - set shellcmdflag=-nop\ -c + " set shell=pwsh.exe + " set shellcmdflag=-nop\ -c endif " Put all temporary files under the same directory.