Compare commits

...

2 Commits

Author SHA1 Message Date
LordMathis 7afca9cf36 Add helm completions 2023-02-06 21:34:57 +01:00
LordMathis 80ab09569f Update submodules 2023-02-06 21:33:01 +01:00
4 changed files with 7 additions and 3 deletions

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

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

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

4
.zshrc
View File

@ -14,6 +14,9 @@ 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
@ -80,6 +83,7 @@ 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