From 7938cdb76033bdfd217c1ce3bb54c77ad91d3f12 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 15 Jun 2026 23:26:06 +0200 Subject: [PATCH] bash changes --- git/.gitconfig | 3 --- nvim/.config/nvim/lua/romanzy/remap.lua | 4 ---- nvim/.config/nvim/lua/romanzy/set.lua | 6 ------ 3 files changed, 13 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index 55a4454..ce7df99 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -2,6 +2,3 @@ lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' lg = lg1 -[user] - name = Roman Volovoy - email = rvolovoy@f0r2s9.codam.nl diff --git a/nvim/.config/nvim/lua/romanzy/remap.lua b/nvim/.config/nvim/lua/romanzy/remap.lua index e43ce85..5656130 100644 --- a/nvim/.config/nvim/lua/romanzy/remap.lua +++ b/nvim/.config/nvim/lua/romanzy/remap.lua @@ -5,10 +5,6 @@ vim.keymap.set("n", "dl", vim.cmd.Ex) vim.keymap.set("n", "s", ":set spell!") --- terminal exploration... --- original to exit terminal mode on Esc ---vim.keymap.set("t", "", "") --- new one to go back to main window vim.keymap.set("t", "", "k") vim.keymap.set("n", "t", "ji") diff --git a/nvim/.config/nvim/lua/romanzy/set.lua b/nvim/.config/nvim/lua/romanzy/set.lua index 6c4da54..66a6b5f 100644 --- a/nvim/.config/nvim/lua/romanzy/set.lua +++ b/nvim/.config/nvim/lua/romanzy/set.lua @@ -37,10 +37,4 @@ vim.opt.list = true vim.cmd([[autocmd BufWinEnter,TermOpen * if &buftype != '' | setlocal nolist | endif]]) -vim.env.BASH_ENV = vim.env.HOME .. "/dotfiles/aliases" - vim.opt.shell = "bash" --- vim.opt.shell = vim.env.HOME .. "/.nvim-bash" -vim.opt.shellcmdflag = "-c" --- vim.opt.shellcmdflag = "-c 'source ~/dotfiles/aliases && shopt -s expand_aliases && '" --- vim.g.terminal_emulator = 'bash'