diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-11-04 21:14:36 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-11-04 21:14:36 +0100 |
| commit | 05af57e1a3fc847c9276218d59309fd1f0349282 (patch) | |
| tree | 129a5754d3602fe8e7a6660b8b885c6df63fdaf6 | |
| parent | 16be23257fd3723a5df559dc6fa7ca44395ba5b6 (diff) | |
| download | dotfiles-05af57e1a3fc847c9276218d59309fd1f0349282.tar.gz dotfiles-05af57e1a3fc847c9276218d59309fd1f0349282.tar.bz2 dotfiles-05af57e1a3fc847c9276218d59309fd1f0349282.zip | |
Überschreibe keine bereits vorhandene npmrc
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -64,5 +64,5 @@ cp nexrc/nexrc ~/.nexrc | |||
| 64 | cp mailcap/mailcap ~/.mailcap | 64 | cp mailcap/mailcap ~/.mailcap |
| 65 | 65 | ||
| 66 | # npmrc | 66 | # npmrc |
| 67 | cp npm/npmrc ~/.npmrc | 67 | cp -n npm/npmrc ~/.npmrc |
| 68 | 68 | ||
