🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(config/ivy/options): use `os.getenv()`

robin 11de371d 015ab9fb

+1 -1
+1 -1
config/lua/ivy/config/options.lua
··· 124 124 -- indent blank line imporvments 125 125 vim.opt.list = true 126 126 127 - vim.opt.shell = vim.env["SHELL"] or "/usr/bin/bash" 127 + vim.opt.shell = os.getenv("SHELL") or "/bin/sh" 128 128 129 129 -- disable swap & backup, and configure undo files 130 130 vim.opt.swapfile = false