stuff
This commit is contained in:
@ -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,
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user