mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
26 lines
399 B
TOML
26 lines
399 B
TOML
[mappings]
|
|
"Bourne Again Shell (bash)" = [
|
|
# used by lots of shells
|
|
"/etc/profile",
|
|
|
|
"bashrc",
|
|
"*.bashrc",
|
|
"bash_profile",
|
|
"*.bash_profile",
|
|
"bash_login",
|
|
"*.bash_login",
|
|
"bash_logout",
|
|
"*.bash_logout",
|
|
|
|
"zshrc",
|
|
"*.zshrc",
|
|
"zprofile",
|
|
"*.zprofile",
|
|
"zlogin",
|
|
"*.zlogin",
|
|
"zlogout",
|
|
"*.zlogout",
|
|
"zshenv",
|
|
"*.zshenv"
|
|
]
|