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 git
history history
zsh-autosuggestions zsh-autosuggestions
virtualenvwrapper
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
@ -45,8 +46,7 @@ export LC_ALL=en_US.UTF-8
# Paths to prepend to system path # Paths to prepend to system path
path=($GOPATH/bin path=($GOPATH/bin
$HOME/.cargo/bin $HOME/.cargo/bin
$HOME/virtual_machines $HOME/.local/bin
$HOME/unreal_editor_5/Engine/Binaries/Linux
$path) $path)
if command -v keychain &> /dev/null if command -v keychain &> /dev/null