Add talosctl completion, add org mode config

This commit is contained in:
Grant
2025-02-17 22:30:57 -07:00
parent aec8ecac63
commit 8e828daaa9
2 changed files with 56 additions and 16 deletions

View File

@@ -39,6 +39,7 @@ export PATH=$PATH:$HOME/.linkerd2/bin
export PATH=$PATH:/usr/local/swift/bin
export PATH=$PATH:$HOME/.cargo/bin
[[ $commands[kubectl] ]] && source <(kubectl completion zsh)
[[ $commands[talosctl] ]] && source <(talosctl completion zsh)
# python setup
export PYENV_ROOT="$HOME/.pyenv"