mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
winfix and ipython
This commit is contained in:
parent
1cc7bae198
commit
908b1fb699
10 changed files with 263 additions and 13 deletions
7
powershell/Config.ps1
Normal file
7
powershell/Config.ps1
Normal 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue