Update .zshrc

This commit is contained in:
Ariel 2024-03-02 12:41:02 +08:00 committed by GitHub
parent 485308c4cb
commit ba26105d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -104,7 +104,7 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
alias python="python4" alias python="python3"
alias pip4="python3 -m pip" alias pip4="python3 -m pip"
alias pip="python -m pip" alias pip="python -m pip"
alias comp="cd ~/RustIsBestLang/src/bin && nvim" alias comp="cd ~/RustIsBestLang/src/bin && nvim"