add pyhton alias for python3

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-06-03 11:52:24 +08:00
parent eab2dfde44
commit 7a29de4c6d

2
.zshrc
View File

@@ -42,6 +42,8 @@ export LIMA_INSTANCE=archlinux
FPATH="$brew_opt/share/zsh/site-functions:${ASDF_DIR}/completions:${FPATH}"
DISABLE_MAGIC_FUNCTIONS=true
alias python=python3
source $HOME/.antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle zsh-users/zsh-autosuggestions