summaryrefslogtreecommitdiff
path: root/path-mapping.json
diff options
context:
space:
mode:
Diffstat (limited to 'path-mapping.json')
-rw-r--r--path-mapping.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/path-mapping.json b/path-mapping.json
index 05c07d5..95e99ea 100644
--- a/path-mapping.json
+++ b/path-mapping.json
@@ -1,5 +1,9 @@
-{
- "windows": {},
- "wsl": {}
+{
+ "windows": {
+ "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc"
+ },
+ "wsl": {
+ "~/.bashrc": "configs\\wsl\\home_.bashrc",
+ "~/.screenrc": "configs\\wsl\\home_.screenrc"
+ }
}
-