mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-26 21:10:31 +01:00
Add XDG npm configuration
Add configuration to move npm to a sensible XDG basedir configuration. Move npmrc to config, cache to cache, and global packages to data.
This commit is contained in:
2
npm/.config/npm/npmrc
Normal file
2
npm/.config/npm/npmrc
Normal file
@@ -0,0 +1,2 @@
|
||||
cache=${XDG_CACHE_HOME}/npm
|
||||
prefix=${XDG_DATA_HOME}/npm
|
||||
Reference in New Issue
Block a user