feat(kubernetes): remove tools, simplify setup and rely on rtx

This commit is contained in:
2023-05-25 02:23:33 +01:00
parent 5feea990d4
commit 266c6dcfac
3 changed files with 37 additions and 26 deletions

3
zshenv
View File

@@ -90,6 +90,9 @@ if [[ "$TMPDIR" == "/var/folders/"* ]] || [[ "$TMPDIR" == "" ]]; then
mkdir -p "$TMPDIR"
fi
export DOTZSH_SITEFUNS="$DOTZSH/site-functions"
export ZSH_COMPLETIONS="$HOME/.local/share/zsh/completions"
# Ensure basic systems paths are in desired order
path_prepend "/bin"
path_prepend "/sbin"