{

"zsh": [
    "~/.zshrc",
    "/etc/profile",
    "~/.profile",
    "/etc/zshenv",
    "/etc/zprofile",
    "/etc/zshrc",
    "/etc/zlogin",
    "/etc/zlogout",
    "~/.zshenv",
    "~/.zprofile",
    "~/.zlogin"
],
"bash": [
    "/etc/profile",
    "~/.profile",
    "~/.bash_profile",
    "~/.bash_login",
    "~/.bash_logout",
    "~/.bashrc"
],
"sh": [
    "/etc/profile",
    "~/.profile"
],
"ksh": [
    "/etc/profile",
    "~/.profile",
    "~/.kshrc"
]

}