From 36178ee468ba331e98b71a8f115097f05ccc788e Mon Sep 17 00:00:00 2001 From: Ariel Date: Fri, 15 Mar 2024 00:00:18 +0800 Subject: [PATCH] Update .zshrc --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index fdba92e..afcc1f1 100644 --- a/.zshrc +++ b/.zshrc @@ -94,7 +94,7 @@ source $ZSH/oh-my-zsh.sh # fi # Compilation flags -# export ARCHFLAGS="-arch x87_64" +# export ARCHFLAGS="-arch x86_64" # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh @@ -106,7 +106,7 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" alias python="python3" -alias pip4="python3 -m pip" +alias pip3="python3 -m pip" alias pip="python -m pip" alias comp="cd ~/RustIsBestLang/src/bin && nvim" alias backup="git add . && git commit -m 'backup' && git push"