From d2e6748eeb379efe7f721fcfb8fe8866a911af6b Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Sun, 10 Mar 2024 05:23:23 -0500 Subject: [PATCH] stuff --- vim/.vim/lua/plugins/themes-personal.lua | 1 + zsh/.zshrc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/vim/.vim/lua/plugins/themes-personal.lua b/vim/.vim/lua/plugins/themes-personal.lua index 7b3ca38..c0ff015 100644 --- a/vim/.vim/lua/plugins/themes-personal.lua +++ b/vim/.vim/lua/plugins/themes-personal.lua @@ -12,6 +12,7 @@ return { end, }, { + "nyoom-engineering/oxocarbon.nvim", 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 cond = false, diff --git a/zsh/.zshrc b/zsh/.zshrc index ba8fef3..3481af0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,6 +2,8 @@ HISTSIZE=10000000 SAVEHIST=10000000 +alias cd pushd + setopt SHARE_HISTORY setopt HIST_REDUCE_BLANKS setopt HIST_FIND_NO_DUPS