Adding python virtualenv support

This commit is contained in:
Finch 2024-07-31 11:21:25 -05:00
parent 09cb2a4e29
commit 4e384a71ae

4
zshrc
View File

@ -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