aboutsummaryrefslogtreecommitdiff
path: root/zsh/zprofile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-29 11:36:57 +0200
committerThomas Schmucker <ts@its1.de>2026-07-29 11:36:57 +0200
commitc328f04be39aa3d8b410c9df15d86dae7abae9d3 (patch)
treeedf9e32a998e72282e5805b14e23b42a4be7996b /zsh/zprofile
parentd171434fb198038873091fd2d38c4064edea56cc (diff)
downloaddotfiles-c328f04be39aa3d8b410c9df15d86dae7abae9d3.tar.gz
dotfiles-c328f04be39aa3d8b410c9df15d86dae7abae9d3.tar.bz2
dotfiles-c328f04be39aa3d8b410c9df15d86dae7abae9d3.zip
Pfad zur nicht mehr vorhandenen venv entfernt
Diffstat (limited to 'zsh/zprofile')
-rw-r--r--zsh/zprofile1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index b3872d7..cfb0fbb 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -20,7 +20,6 @@ add_path "$HOME/.local/bin"
20case "$OSTYPE" in 20case "$OSTYPE" in
21 darwin*) 21 darwin*)
22 add_path "/opt/homebrew/bin" 22 add_path "/opt/homebrew/bin"
23 add_path "$HOME/.local/venv/nvim"
24 23
25 set_include_lib_path "/opt/homebrew" 24 set_include_lib_path "/opt/homebrew"
26 ;; 25 ;;