diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-17 02:52:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-17 02:52:54 +0900 |
| commit | 9ceb2eecf2f2e0d00452d1a30e1692c05466ff26 (patch) | |
| tree | 646dcb42684ec9db3e568e24d68b9dd9c55011b5 /.config/nvim/lua | |
| parent | 07349b7b342a87335aaeb5fc9704f1054bf84ddc (diff) | |
| download | dotfiles-9ceb2eecf2f2e0d00452d1a30e1692c05466ff26.tar.gz dotfiles-9ceb2eecf2f2e0d00452d1a30e1692c05466ff26.tar.zst dotfiles-9ceb2eecf2f2e0d00452d1a30e1692c05466ff26.zip | |
zsh: remove zsh settings
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/init/01-options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/init/01-options.lua b/.config/nvim/lua/init/01-options.lua index 0ad6773..d90ef2a 100644 --- a/.config/nvim/lua/init/01-options.lua +++ b/.config/nvim/lua/init/01-options.lua @@ -142,7 +142,7 @@ O.wildignorecase = true -- Executing external commands {{{1 -O.shell = 'zsh' +O.shell = 'fish' O.keywordprg = '' |
