winfix and ipython

This commit is contained in:
js0ny 2024-11-13 10:43:39 +00:00
parent 1cc7bae198
commit 908b1fb699
10 changed files with 263 additions and 13 deletions

7
powershell/Config.ps1 Normal file
View file

@ -0,0 +1,7 @@
# 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}