py helpers

This commit is contained in:
Ghasem Shirazi 2025-02-18 23:05:36 -08:00
commit 42dcf3fb0a

View file

@ -177,6 +177,8 @@ alias zz='. ~/.zshrc'
# alias ifconfig='/sbin/ifconfig' # alias ifconfig='/sbin/ifconfig'
source $DOTFILES/k8s/kubectl_helpers.sh source $DOTFILES/k8s/kubectl_helpers.sh
source $DOTFILES/tsh/tsh.zsh source $DOTFILES/tsh/tsh.zsh
source $DOTFILES/py/py_helpers.sh
# The next line updates PATH for the Google Cloud SDK. # The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc'; fi if [ -f '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/gshirazi/Downloads/google-cloud-sdk/path.zsh.inc'; fi