Compare commits

..

No commits in common. "7afca9cf363e4d3609e5eed9a92419046353abb9" and "9f334fa2dff5c2dd12a656e3ee920af7b4c1226c" have entirely different histories.

4 changed files with 3 additions and 7 deletions

@ -1 +1 @@
Subproject commit 3fd63fdf01344bb5f5f13a9c33eb0b7a72fe4771
Subproject commit f8bf8f0029a475831ebfba0799975ede20e08742

@ -1 +1 @@
Subproject commit 828fe2bd3c67123263fc8a8cadebae92e10a2224
Subproject commit 874bd4d32359266d30b8ba602e7256ec72423d1a

@ -1 +1 @@
Subproject commit 754cefe0181a7acd42fdcb357a67d0217291ac47
Subproject commit 75ba3d87e346de4fda7ce35c546ed8fa74d73a90

4
.zshrc
View File

@ -14,9 +14,6 @@ export HISTSIZE=15000 # keep 15,000 lines in memory
export SAVEHIST=10000 # but save only 10,000 of them
export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
# ohmyzsh cache dir
export ZSH_CACHE_DIR=$HOME/.zsh/cache
# Editor
export EDITOR=nvim
export GIT_EDITOR=nvim
@ -83,7 +80,6 @@ source ~/.zsh/ohmyzsh/plugins/docker/_docker
source ~/.zsh/ohmyzsh/plugins/docker-compose/docker-compose.plugin.zsh
source ~/.zsh/ohmyzsh/plugins/git/git.plugin.zsh
source ~/.zsh/ohmyzsh/plugins/golang/golang.plugin.zsh
source ~/.zsh/ohmyzsh/plugins/helm/helm.plugin.zsh
source ~/.zsh/ohmyzsh/plugins/jsontools/jsontools.plugin.zsh
source ~/.zsh/ohmyzsh/plugins/kubectl/kubectl.plugin.zsh
source ~/.zsh/ohmyzsh/plugins/sudo/sudo.plugin.zsh