zshrc: add UV to path
This commit is contained in:
parent
8946ebccc1
commit
806ae1265f
1 changed files with 4 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ export PATH=$PATH:/usr/local/texlive/2025/bin/x86_64-linux
|
|||
# Additional LATEX paths
|
||||
export MANPATH=$PATH:/usr/local/texlive/2025/texmf-dist/doc/man
|
||||
export INFOPATH=$PATH:/usr/local/texlive/2025/texmf-dist/doc/info
|
||||
# Add UV to path
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
|
@ -139,3 +141,5 @@ export OBSIDIAN_NOTES_PATH="/home/pro100ton/Documents/t0xa_vault"
|
|||
|
||||
bindkey -v
|
||||
bindkey '^R' fzf_history_search
|
||||
|
||||
. "$HOME/.local/bin/env"
|
||||
|
|
|
|||
Loading…
Reference in a new issue