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'