📁 files(npm): move npmrc to a new folder to follow the xdg specification

This commit is contained in:
Sergio Laín 2023-12-25 21:32:16 +01:00
parent c8798cd47e
commit f8a2870ba9
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
4 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,7 @@ set -xg HISTFILE $XDG_STATE_HOME/bash/history
set -xg ZSH $XDG_DATA_HOME/oh-my-zsh set -xg ZSH $XDG_DATA_HOME/oh-my-zsh
set -xg PYTHONSTARTUP $XDG_CONFIG_HOME/python/pythonrc set -xg PYTHONSTARTUP $XDG_CONFIG_HOME/python/pythonrc
set -xg WINEPREFIX $XDG_DATA_HOME/wine set -xg WINEPREFIX $XDG_DATA_HOME/wine
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
# Path # Path
set -x fish_user_paths set -x fish_user_paths

3
.config/npm/.github/README.md vendored Normal file
View file

@ -0,0 +1,3 @@
<div align="center">
<a href=""><img src="./title.png"></a>
</div>

BIN
.config/npm/.github/title.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB