From 6f14f820eaa8da6553537b51b9f67d2817172f79 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 25 May 2026 13:29:08 -0500 Subject: [PATCH] py alias for python3.14 --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 4dc0cb4..56c24c8 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -16,7 +16,7 @@ alias ftlui='cd ~/doc/dev/projects/ftl-dev/msg-ftl/hydra/golang/src/tibco.com/ft # Command aliases alias ls='ls --color=auto' alias vi=nvim -alias py=python3 +alias py=python3.14 # Git aliases alias ga='git add'