From 42dcf3fb0a3d2e59c0a4475ae7c532cc1aefb5fc Mon Sep 17 00:00:00 2001 From: Ghasem Shirazi Date: Tue, 18 Feb 2025 23:05:36 -0800 Subject: [PATCH] py helpers --- dotfiles/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 8de6e9ddf..9bf18000e 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -177,6 +177,8 @@ alias zz='. ~/.zshrc' # alias ifconfig='/sbin/ifconfig' source $DOTFILES/k8s/kubectl_helpers.sh source $DOTFILES/tsh/tsh.zsh +source $DOTFILES/py/py_helpers.sh + # 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