summaryrefslogtreecommitdiff
path: root/path-mapping.json
blob: 95e99eadbb2e02fafb4c6866082e3365e5d9914c (plain)
1
2
3
4
5
6
7
8
9
{
    "windows":  {
                    "%USERPROFILE%\\_vimrc":  "configs\\windows\\var_USERPROFILE__vimrc"
                },
    "wsl":  {
                "~/.bashrc":  "configs\\wsl\\home_.bashrc",
                "~/.screenrc":  "configs\\wsl\\home_.screenrc"
            }
}