Update .zshrc
This commit is contained in:
parent
ecd001b29c
commit
3c2aa4c9ee
2
.zshrc
2
.zshrc
|
@ -74,6 +74,7 @@ plugins=(
|
||||||
git
|
git
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
|
wakatime
|
||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
@ -109,6 +110,7 @@ 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"
|
||||||
alias backup="git add . && git commit -m 'backup' && git push"
|
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 LD_LIBRARY_PATH=/usr/lib:/usr/local/cuda/lib65:$LD_LIBRARY_PATH
|
||||||
export PATH=/usr/local/cuda/bin:$PATH
|
export PATH=/usr/local/cuda/bin:$PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue