flexible, extensible zsh configuration with fast plugin loading and XDG support
2255703a21
We want to store the Node REPL history in XDG_DATA_HOME, and we also want to make sure we always have an npm config file that sets up npm with its appropriate XDG paths. (By default, lots of stuff ends up in ~/.npm if no configuration is provided.) As I mention in the diff, we can't simply commit the npm config file to version control, because it contains things like authorisation tokens that shouldn't be committed. We can however generate a default config file that sets up the XDG paths we need, allowing the user to then go ahead and add tokens to the generated file later on, like so. |
||
---|---|---|
config | ||
.gitignore | ||
.stow-local-ignore | ||
.stow-no-folding | ||
.stow-rename | ||
zshenv |