You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias pyclean='find . | rg "__pycache__|\.mypy_cache|\.pytest_cache" | xargs rm -rf'# removes all __pycache__, .mypy_cache and .pytest_cache dirs in current dorectory
# Load local system config
if [ -f'$HOME/.zshrc.local' ];thensource'$HOME/.zshrc.local';fi