aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index a2e582b..e066023 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -12,6 +12,7 @@ add_path "$HOME/.local/bin"
12case "$OSTYPE" in 12case "$OSTYPE" in
13 darwin*) 13 darwin*)
14 add_path "/opt/homebrew/bin" 14 add_path "/opt/homebrew/bin"
15 add_path "$HOME/.local/venv/nvim"
15 ;; 16 ;;
16 freebsd*) 17 freebsd*)
17 add_path "$HOME/.local/texlive/bin/amd64-freebsd" 18 add_path "$HOME/.local/texlive/bin/amd64-freebsd"