Skip to content

Commit

Permalink
✨ feat: add settings for pipenv via environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Dec 23, 2024
1 parent 8ec7fcf commit 51eb7dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ $Env:DOTPOSH = "$Env:DOTFILES\dotposh"
$Env:EDITOR = "code"
$Env:_ZO_DATA_DIR = "$Env:DOTFILES"
$Env:UV_LINK_MODE = "copy"
$Env:PIPENV_VENV_IN_PROJECT = $true
$Env:PIPENV_NO_INHERIT = $true
$Env:PIPENV_IGNORE_VIRTUALENVS = $true

# Asynchrous processes
# Oh-my-posh prompt
Expand Down

0 comments on commit 51eb7dd

Please sign in to comment.