summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 61a6b04..e9db761 100644
--- a/.zshrc
+++ b/.zshrc
@@ -14,6 +14,7 @@ export EDITOR=/usr/bin/vim
export BROWSER=/usr/bin/firefox
export PROJECT_PATHS=(~/Projects/ ~/Projects/_cloned/ ~/Projects/_archive/)
export GOPROXY=https://proxy.golang.com.cn,direct
+export PATH="$HOME/.local/bin:$PATH"
# ibus
alias ib="ibus-daemon -d"
@@ -50,6 +51,8 @@ alias ls="exa"
alias v2="(v2ray -config ~/.v2ray.json&)"
alias uv="(v2ray -config ~/.v2ray.json&) & (python -m utab&)"
+alias tlmgr="/usr/share/texmf-dist/scripts/texlive/tlmgr.pl --usermode"
+
# disable beep in x11
set -B 0