dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 1c2e86447eb79f3bde58763d8a7fbdbce8c84e9c
parent 66a0bd0323f7baa46bb34c612e81abaab0e42a43
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 27 Jun 2025 10:28:01 -0500

powershell: added XDG_CACHE_HOME

Diffstat:
MDocuments/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 @@ -1,5 +1,6 @@ $env:HOME="$HOME" $env:XDG_CONFIG_HOME="$HOME\.config" +$env:XDG_CACHE_HOME=$env:TEMP $env:VISUAL="vim" $env:Path += ";C:\Program Files\Vim\vim91" $env:Path += ";C:\Program Files\Emacs\emacs-29.4\bin"