From 4e384a71ae5b862a9c7467ec2cf27e0bb9a61422 Mon Sep 17 00:00:00 2001 From: Joshua Finch Date: Wed, 31 Jul 2024 11:21:25 -0500 Subject: [PATCH] Adding python virtualenv support --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 06bdc66..e0d2ecc 100644 --- a/zshrc +++ b/zshrc @@ -33,6 +33,7 @@ plugins=( git history zsh-autosuggestions + virtualenvwrapper ) source $ZSH/oh-my-zsh.sh @@ -45,8 +46,7 @@ export LC_ALL=en_US.UTF-8 # Paths to prepend to system path path=($GOPATH/bin $HOME/.cargo/bin - $HOME/virtual_machines - $HOME/unreal_editor_5/Engine/Binaries/Linux + $HOME/.local/bin $path) if command -v keychain &> /dev/null