chore: Change shell to fish

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-09 18:19:00 +02:00
parent 08b30c2616
commit 1e7350bd27

View file

@ -7,7 +7,7 @@ local options = {
showmode = true, showmode = true,
termguicolors = true, termguicolors = true,
spelllang = "en_us", spelllang = "en_us",
shell = "/usr/bin/zsh", shell = "/usr/bin/fish",
autochdir = true, autochdir = true,
relativenumber = false, relativenumber = false,
scrolloff = 5, scrolloff = 5,