mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(kubernetes): remove tools, simplify setup and rely on rtx
This commit is contained in:
3
zshenv
3
zshenv
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user