dotfiles/powershell/Config.ps1
2024-11-20 14:27:00 +00:00

7 lines
No EOL
250 B
PowerShell

# Use XDG Base Directory Specification and its similar structure for Windows
# wget
${function:wget} = {wget --hsts-file $XDG_CACHE_HOME/wget-hsts $args}
# yarn v1
${function:yarn} = {yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config.yaml $args}