dotfiles/tools/powershell/Environment.ps1
2024-12-05 20:06:17 +00:00

10 lines
259 B
PowerShell

# $DOTFILES/tools\powershell\Environment.ps1
# Date: 2024-12-01
# Author: js0ny
# Sourced by Microsoft.PowerShell_profile.ps1
# This file stores only environment variables that only called by
# interactive session.
$env:IPYTHONDIR = "$env:AppData\ipython"