From 4816e4a2c278573f5977917075c3ecb93274876e Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 9 Mar 2023 10:52:13 +0100 Subject: [PATCH] config: set zsh for shell option Co-Authored-by: iGor milhit --- init.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.vim b/init.vim index 70b8ba7..8107b7f 100644 --- a/init.vim +++ b/init.vim @@ -261,6 +261,11 @@ colorscheme edge autocmd BufNewFile *.html 0r ~/.config/nvim/snippets/boilerplate.html autocmd BufNewFile *.md 0r ~/.config/nvim/snippets/template.md +" ######################################### +" ######################################### +" Terminal: use zsh +set shell=/usr/bin/zsh + " ######################################### " ######################################### " mkdnflow configuration