From 1e7350bd276f838c86a3092908e867b21fa2cce6 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Sun, 9 Apr 2023 18:19:00 +0200 Subject: [PATCH] chore: Change shell to fish --- nvim/lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 4850922..330fc4d 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -7,7 +7,7 @@ local options = { showmode = true, termguicolors = true, spelllang = "en_us", - shell = "/usr/bin/zsh", + shell = "/usr/bin/fish", autochdir = true, relativenumber = false, scrolloff = 5,