From c675a73a65f94ad8150352e7e497129491f1d395 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Thu, 25 Jul 2024 08:30:16 -0400 Subject: [PATCH] Minor updates to npmrc --- fish/fish_variables | 2 +- npm/npmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/fish_variables b/fish/fish_variables index 5ee84d4..3c45fe0 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -33,6 +33,6 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di SETUVAR fish_pager_color_prefix:cyan\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/Applications/Sublime\x20Text\x2eapp/Contents/SharedSupport/bin\x1e/usr/local/sbin\x1e/usr/local/bin/sass_embedded +SETUVAR fish_user_paths:/opt/homebrew/bin\x1e/Applications/Sublime\x20Text\x2eapp/Contents/SharedSupport/bin\x1e/usr/local/sbin\x1e/usr/local/bin/sass_embedded SETUVAR nvm_data:/Users/Andrew/\x2elocal/share/nvm SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist diff --git a/npm/npmrc b/npm/npmrc index 58616ae..478fa13 100644 --- a/npm/npmrc +++ b/npm/npmrc @@ -1,7 +1,7 @@ color=true init-author-name=Andrew Gioia init-version=0.0.1 -init-author-email=Andrew@gioia.email +init-author-email=andrew@gioia.email init-license=MIT init-author-url=https://andrewgioia.com registry=https://registry.npmjs.org/