1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: get rid of set shell/shellcmdflag

This commit is contained in:
bretello 2023-09-15 00:15:25 +02:00
parent 455ba2c17e
commit e749eedb75
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -39,8 +39,6 @@ end
set relativenumber number
set foldlevelstart=3 foldmethod=indent nofoldenable "without foldenable all folds are open at startup"
set shell=zsh
"set shellcmdflag=-ilc " make builtin shell interactive
set nobackup nowb noswapfile " no need for backups of every file
set history=10000