This commit is contained in:
Christian Nieves
2024-03-10 05:23:23 -05:00
parent 27955c4f97
commit d2e6748eeb
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ return {
end, end,
}, },
{ {
"nyoom-engineering/oxocarbon.nvim",
lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme lazy = use_google(), -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins priority = 1000, -- make sure to load this before all the other start plugins
cond = false, cond = false,

View File

@ -2,6 +2,8 @@
HISTSIZE=10000000 HISTSIZE=10000000
SAVEHIST=10000000 SAVEHIST=10000000
alias cd pushd
setopt SHARE_HISTORY setopt SHARE_HISTORY
setopt HIST_REDUCE_BLANKS setopt HIST_REDUCE_BLANKS
setopt HIST_FIND_NO_DUPS setopt HIST_FIND_NO_DUPS