Unnamed repository; edit this file 'description' to name the repository.
feat(bash): add init scripts for `xinit` and `startx` to bash file-types (#14397)
| -rw-r--r-- | languages.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 8aa5c827..b657e111 100644 --- a/languages.toml +++ b/languages.toml @@ -1157,6 +1157,10 @@ file-types = [ { glob = ".yashrc" }, { glob = ".yash_profile" }, { glob = ".hushlogin" }, + { glob = ".xinitrc" }, # ~/.xinitrc + { glob = "xinitrc" }, # /etc/X11/xinit/xinitrc + { glob = ".xserverrc" }, # ~/.xserverrc + { glob = "xserverrc" }, # /etc/X11/xinit/xserverrc ] shebangs = ["sh", "bash", "dash", "zsh"] comment-token = "#" |