diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-20 17:04:44 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-20 17:04:44 +0200 |
commit | 1950387f0b222d9ca51b573a4b287f139e5248c5 (patch) | |
tree | a57f221e43fc7896288b9ff497c24e7d05c366fa /dotfiles/programming | |
download | dotdrop-1950387f0b222d9ca51b573a4b287f139e5248c5.tar.gz dotdrop-1950387f0b222d9ca51b573a4b287f139e5248c5.tar.zst dotdrop-1950387f0b222d9ca51b573a4b287f139e5248c5.zip |
Validation initiale
Diffstat (limited to 'dotfiles/programming')
-rw-r--r-- | dotfiles/programming/haskell/ghci.conf | 2 | ||||
-rw-r--r-- | dotfiles/programming/nodejs/npmrc | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/programming/haskell/ghci.conf b/dotfiles/programming/haskell/ghci.conf new file mode 100644 index 0000000..1de7ca1 --- /dev/null +++ b/dotfiles/programming/haskell/ghci.conf | |||
@@ -0,0 +1,2 @@ | |||
1 | :set prompt "λ " | ||
2 | :set -XOverloadedStrings | ||
diff --git a/dotfiles/programming/nodejs/npmrc b/dotfiles/programming/nodejs/npmrc new file mode 100644 index 0000000..5dc76c3 --- /dev/null +++ b/dotfiles/programming/nodejs/npmrc | |||
@@ -0,0 +1,3 @@ | |||
1 | cache=${XDG_CACHE_HOME}/npm | ||
2 | tmp=${XDG_RUNTIME_DIR}/npm | ||
3 | init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js | ||