mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-20 01:27:55 +02:00
Fix syntax highlighting for bash/zsh
This commit is contained in:
parent
ea17f6ad28
commit
51491c3c08
@ -2,4 +2,24 @@
|
|||||||
"Bourne Again Shell (bash)" = [
|
"Bourne Again Shell (bash)" = [
|
||||||
# used by lots of shells
|
# used by lots of shells
|
||||||
"/etc/profile",
|
"/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"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user