Update .zshrc

This commit is contained in:
Ariel 2024-03-15 00:00:18 +08:00 committed by GitHub
parent 3c2aa4c9ee
commit 36178ee468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -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"