Update .zshrc

This commit is contained in:
Ariel 2024-03-14 23:59:06 +08:00 committed by GitHub
parent ecd001b29c
commit 3c2aa4c9ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -74,6 +74,7 @@ plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
wakatime
)
source $ZSH/oh-my-zsh.sh
@ -109,6 +110,7 @@ alias pip4="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"
alias leetcode="nvim leetcode.nvim"
export LD_LIBRARY_PATH=/usr/lib:/usr/local/cuda/lib65:$LD_LIBRARY_PATH
export PATH=/usr/local/cuda/bin:$PATH