From 046e50fda2a2a84b3820ccd63841c421ffa5b74a Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 19 Nov 2018 23:15:52 +1100 Subject: [PATCH] bash: python alias to python3 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 443153f..e524437 100644 --- a/.bashrc +++ b/.bashrc @@ -222,7 +222,7 @@ alias bc='bc -ql' alias watch='watch -n1' alias sudo='sudo ' # ability to use aliases with sudo alias sudosu='sudo su -l -s /bin/bash' -alias py='PYTHONSTARTUP=~/.pythonrc.py python' +alias python='PYTHONSTARTUP=~/.pythonrc.py python3' alias webshare='python3 -mhttp.server' if ! command -v pbcopy &> /dev/null; then -- 2.39.2