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