aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-09 11:50:41 +0100
committerThomas Schmucker <ts@its1.de>2026-01-09 11:50:41 +0100
commite7604108f81c4c717a10dcf054bfa370904fc129 (patch)
treefa17e8de45099f25d9bea5abe0de9c7f0dd6d8da /zsh
parent5e48ce8954639c7fe86c6b7daca203aeaea022c2 (diff)
downloaddotfiles-e7604108f81c4c717a10dcf054bfa370904fc129.tar.gz
dotfiles-e7604108f81c4c717a10dcf054bfa370904fc129.tar.bz2
dotfiles-e7604108f81c4c717a10dcf054bfa370904fc129.zip
Neovim: Python-Provider sollte jetzt überall klappen
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"