some more fixes
This commit is contained in:
parent
7501302d0c
commit
27866b6837
2 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ hi("IncSearch", { bg = palette.magenta_subtle_bg, fg = palette.magenta })
|
|||
hi("ModeMsg", { bold = true, cterm = { bold = true } })
|
||||
hi("NonText", { fg = palette.grey, ctermfg = "DarkGrey" })
|
||||
hi("PmenuSbar", { bg = palette.grey, ctermbg = "Grey" })
|
||||
hi("StatusLine", { bg = palette.bg_secondary, fg = palette.fg, bold = true, cterm = { reverse = true, bold = true } })
|
||||
hi("StatusLine", { bg = palette.bg_secondary, fg = palette.fg_dim, bold = true, cterm = { reverse = true, bold = true } })
|
||||
hi("StatusLineNC", { bg = palette.bg_secondary, fg = palette.fg, cterm = { reverse = true } })
|
||||
hi("TabLineFill", { reverse = true, cterm = { reverse = true } })
|
||||
hi("TabLineSel", { bold = true, cterm = { bold = true } })
|
||||
|
|
|
|||
|
|
@ -192,12 +192,12 @@
|
|||
setup_homebrew = /* fish */ ''
|
||||
fish_add_path /opt/homebrew/bin
|
||||
|
||||
if test -d (brew --prefix)"/share/fish/completions"
|
||||
set -p fish_complete_path (brew --prefix)/share/fish/completions
|
||||
if test -d /opt/homebrew/share/fish/completions
|
||||
set -p fish_complete_path /opt/homebrew/share/fish/completions
|
||||
end
|
||||
|
||||
if test -d (brew --prefix)"/share/fish/vendor_completions.d"
|
||||
set -p fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
|
||||
if test -d /opt/homebrew/share/fish/vendor_completions.d
|
||||
set -p fish_complete_path /opt/homebrew/share/fish/vendor_completions.d
|
||||
end
|
||||
'';
|
||||
setup_path = /* fish */ ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue