From 3c2aa4c9eef1c2e713f037a739a1e3e58aa93395 Mon Sep 17 00:00:00 2001 From: Ariel Date: Thu, 14 Mar 2024 23:59:06 +0800 Subject: [PATCH] Update .zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 67f1ef8..fdba92e 100644 --- a/.zshrc +++ b/.zshrc @@ -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