We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa6c5e commit d16491fCopy full SHA for d16491f
common/known_paths.go
@@ -7,11 +7,13 @@ import (
7
var knownPaths = []string{
8
// global
9
"/etc/profile",
10
+ "/etc/environment",
11
"/etc/zprofile",
12
"/etc/zlogin",
13
"/etc/zshenv",
14
// generic
15
"~/.profile",
16
+ "~/.pam_environment",
17
// zsh: https://zsh.sourceforge.io/Doc/Release/Files.html#Startup_002fShutdown-Files
18
"~/.zshenv",
19
"~/.zprofile",
0 commit comments