updates
This commit is contained in:
1
.vimrc
1
.vimrc
@@ -7,6 +7,7 @@ call plug#begin()
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'towolf/vim-helm'
|
||||
Plug 'valloric/youcompleteme'
|
||||
call plug#end()
|
||||
syntax on
|
||||
|
||||
|
||||
@@ -20,3 +20,9 @@ function check-commit {
|
||||
alias cspell="docker run --rm -it -v \"\$(pwd):/workdir:Z\" ghcr.io/streetsidesoftware/cspell:latest \"**\""
|
||||
alias cspell-ignore="cspell | grep -o \"Unknown word (.*)\" | sed -E 's|.*\((.*)\).*|\1|' | sort | uniq | sed -r 's/\\x1B\\[(;?[0-9]{1,3})+[mGK]//g'"
|
||||
EOF
|
||||
|
||||
cat <<'EOF'>~/.bashrc.d/kubectl_config
|
||||
if [[ -d "$HOME/.kube/config.d" ]]; then
|
||||
export KUBECONFIG=$(find ~/.kube/config.d/ -type f | tr '\n' ':')
|
||||
fi
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user