Recognise commonly sourced files as shellscript (#121373)

Added files commonly sourced by display managers.

- `.xsession` and its variants referenced in `/etc/X11/Xsession`
- `.xprofile` referenced in `/etc/gdm3/Xsession`

This PR fixes #121372.
This commit is contained in:
Yongming Lai
2021-04-15 22:32:02 +08:00
committed by GitHub
parent 0287003973
commit 151c7d5dff

View File

@@ -35,6 +35,10 @@
".install",
".profile",
".bash_logout",
".xprofile",
".xsession",
".xsessionrc",
".Xsession",
".zsh",
".zshrc",
".zprofile",