home-managed npmrc

This commit is contained in:
LavaDesu 2021-05-26 21:21:58 +07:00
parent c9f0f903a3
commit 7149166a2f
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 12 additions and 1 deletions

View file

@ -111,6 +111,8 @@ in rec {
WINEARCH = "win64";
EDITOR = "nvim";
PATH = "${config.xdg.dataHome}/npm/bin:$PATH";
DIRENV_LOG_FORMAT = "";
};
localVariables = {
PS1 = "%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b ";