aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-11-04 21:14:36 +0100
committerThomas Schmucker <ts@its1.de>2024-11-04 21:14:36 +0100
commit05af57e1a3fc847c9276218d59309fd1f0349282 (patch)
tree129a5754d3602fe8e7a6660b8b885c6df63fdaf6
parent16be23257fd3723a5df559dc6fa7ca44395ba5b6 (diff)
downloaddotfiles-05af57e1a3fc847c9276218d59309fd1f0349282.tar.gz
dotfiles-05af57e1a3fc847c9276218d59309fd1f0349282.tar.bz2
dotfiles-05af57e1a3fc847c9276218d59309fd1f0349282.zip
Überschreibe keine bereits vorhandene npmrc
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 8810d96..50f4c14 100755
--- a/install.sh
+++ b/install.sh
@@ -64,5 +64,5 @@ cp nexrc/nexrc ~/.nexrc
64cp mailcap/mailcap ~/.mailcap 64cp mailcap/mailcap ~/.mailcap
65 65
66# npmrc 66# npmrc
67cp npm/npmrc ~/.npmrc 67cp -n npm/npmrc ~/.npmrc
68 68