fix: actually fix user shell
This commit is contained in:
parent
b111cf4197
commit
56921235b3
@ -6,10 +6,7 @@
|
|||||||
vim.cmd("colorscheme catppuccin-mocha")
|
vim.cmd("colorscheme catppuccin-mocha")
|
||||||
|
|
||||||
-- Set User Shell
|
-- Set User Shell
|
||||||
local nix_bash = vim.fn.expand("~/.nix-profile/bin/bash")
|
vim.o.shell = "/usr/bin/env bash"
|
||||||
if vim.fn.executable(nix_bash) == 1 then
|
|
||||||
vim.o.shell = nix_bash
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Set Leader
|
-- Set Leader
|
||||||
vim.keymap.set("n", "<Space>", "<Nop>", { silent = true })
|
vim.keymap.set("n", "<Space>", "<Nop>", { silent = true })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user