mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
feat(kubernetes): remove tools, simplify setup and rely on rtx
This commit is contained in:
7
zshrc
7
zshrc
@@ -66,6 +66,9 @@ zstyle ':completion:*:descriptions' format '%B%d%b'
|
||||
zstyle ':completion:*:make:*:targets' call-command true
|
||||
zstyle ':completion:*:make:*' tag-order targets
|
||||
|
||||
if [ -d "$ZSH_COMPLETIONS" ]; then fpath=("$ZSH_COMPLETIONS" $fpath); fi
|
||||
if [ -d "$DOTZSH_SITEFUNS" ]; then fpath=("$DOTZSH_SITEFUNS" $fpath); fi
|
||||
|
||||
# ==============================================================================
|
||||
# Edit command line
|
||||
# ==============================================================================
|
||||
@@ -167,8 +170,4 @@ if [ -f "$HOME/.zshrc.local" ]; then
|
||||
source "$HOME/.zshrc.local"
|
||||
fi
|
||||
|
||||
if [ -d "$DOTZSH/site-functions" ]; then
|
||||
fpath=("$DOTZSH/site-functions" $fpath)
|
||||
fi
|
||||
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
|
||||
Reference in New Issue
Block a user