Skip to content

Commit d16491f

Browse files
authored
more known paths
1 parent aaa6c5e commit d16491f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/known_paths.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ import (
77
var knownPaths = []string{
88
// global
99
"/etc/profile",
10+
"/etc/environment",
1011
"/etc/zprofile",
1112
"/etc/zlogin",
1213
"/etc/zshenv",
1314
// generic
1415
"~/.profile",
16+
"~/.pam_environment",
1517
// zsh: https://zsh.sourceforge.io/Doc/Release/Files.html#Startup_002fShutdown-Files
1618
"~/.zshenv",
1719
"~/.zprofile",

0 commit comments

Comments
 (0)