From ee2a14660e5127a0a60d8d340722b8898ec9fc38 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 15:36:19 -0500 Subject: [PATCH] fix(shell): add space after setup --- config/bash/bashrc | 2 +- config/nvim/lua/plugins/fzf.lua | 7 ++++--- home/modules/shell.nix | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/bash/bashrc b/config/bash/bashrc index 04e15a4..a7a1b84 100644 --- a/config/bash/bashrc +++ b/config/bash/bashrc @@ -3,7 +3,7 @@ for _hm in "/etc/profiles/per-user/$(id -un)" "$HOME/.nix-profile"; do done unset _hm -shopt -s autocd histappend +shopt -s autocd globstar histappend HISTFILE="${XDG_STATE_HOME:-$HOME/.local/state}/bash_history" HISTSIZE=2000 diff --git a/config/nvim/lua/plugins/fzf.lua b/config/nvim/lua/plugins/fzf.lua index 03c1dce..1458243 100644 --- a/config/nvim/lua/plugins/fzf.lua +++ b/config/nvim/lua/plugins/fzf.lua @@ -36,7 +36,7 @@ return { end end, }, - { '', 'FzfLua live_grep' }, + { '', 'FzfLua live_grep' }, { 'f/', 'FzfLua search_history' }, { 'f:', 'FzfLua command_history' }, { 'fa', 'FzfLua autocmds' }, @@ -70,8 +70,8 @@ return { }, { 'gb', 'FzfLua git_branches' }, { 'gw', 'FzfLua git_worktrees' }, - { 'gq', 'FzfLua quickfix' }, - { 'gl', 'FzfLua loclist' }, + { 'gq', 'FzfLua quickfix' }, + { 'gl', 'FzfLua loclist' }, }, opts = { file_icon_padding = ' ', @@ -133,6 +133,7 @@ return { git = { files = { cmd = 'git ls-files --cached --others --exclude-standard', + git_icons = false, }, worktrees = { fzf_args = ((vim.env.FZF_DEFAULT_OPTS or '') diff --git a/home/modules/shell.nix b/home/modules/shell.nix index b551c71..1daa4ba 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -232,7 +232,7 @@ in truncate_to_repo = false; }; git_branch = { - format = "[$branch]($style)"; + format = "[$branch]($style) "; style = "242"; }; git_status = {