From cdf6a1abbbc37501a667edebfaf268044feed1a0 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 15 Jul 2021 22:21:50 +0800 Subject: Add ~/.local/bin/ to PATH; tlmgr alias --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3