From 7a29de4c6d5c46aeaedee5c51fa98cf089c3ce7e Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Mon, 3 Jun 2024 11:52:24 +0800 Subject: [PATCH] add pyhton alias for python3 Signed-off-by: d0zingcat --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index a3a9eb3..ca50c13 100644 --- a/.zshrc +++ b/.zshrc @@ -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