aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-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 ;;