mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
10 lines
259 B
PowerShell
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"
|