From 151c7d5dff00b527ac71fa670b04b95601c27328 Mon Sep 17 00:00:00 2001 From: Yongming Lai Date: Thu, 15 Apr 2021 22:32:02 +0800 Subject: [PATCH] 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. --- extensions/shellscript/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json index 3826f2dd934..a8ecba9b104 100644 --- a/extensions/shellscript/package.json +++ b/extensions/shellscript/package.json @@ -35,6 +35,10 @@ ".install", ".profile", ".bash_logout", + ".xprofile", + ".xsession", + ".xsessionrc", + ".Xsession", ".zsh", ".zshrc", ".zprofile",