Skip to content

Commit

Permalink
add SetEnv.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 23, 2024
1 parent 60f70ae commit c3463ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ xontrib/__init__.py
# Copier
.copier-answers.yml

### VSCODE

.vscode/*
!.vscode/settings.default.json
!.vscode/tasks.json
Expand All @@ -146,3 +148,7 @@ xontrib/__init__.py

# Built Visual Studio Code Extensions
*.vsix

### Local testiong

.xdg/
4 changes: 4 additions & 0 deletions SetEnv.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$Env:XDG_CACHE_HOME="$(Get-Location)/.xdg/.cache"
$Env:XDG_CONFIG_HOME="$(Get-Location)/.xdg/.config"
$Env:XDG_DATA_HOME="$(Get-Location)/.xdg/.local/share"
$Env:XONSHRC="$(Get-Location)/.xonshrc"

0 comments on commit c3463ca

Please sign in to comment.