|
27 | 27 | */
|
28 | 28 | declare module '$env/static/private' {
|
29 | 29 | export const MANPATH: string;
|
30 |
| - export const TERM_PROGRAM: string; |
31 | 30 | export const NODE: string;
|
32 |
| - export const INIT_CWD: string; |
| 31 | + export const _P9K_TTY: string; |
33 | 32 | export const TERM: string;
|
34 | 33 | export const SHELL: string;
|
35 |
| - export const HOMEBREW_REPOSITORY: string; |
36 | 34 | export const TMPDIR: string;
|
37 |
| - export const npm_config_global_prefix: string; |
38 |
| - export const TERM_PROGRAM_VERSION: string; |
39 |
| - export const ZDOTDIR: string; |
40 |
| - export const FIG_NEW_SESSION: string; |
41 |
| - export const ORIGINAL_XDG_CURRENT_DESKTOP: string; |
42 |
| - export const MallocNanoZone: string; |
43 |
| - export const COLOR: string; |
44 |
| - export const npm_config_noproxy: string; |
| 35 | + export const HOMEBREW_REPOSITORY: string; |
| 36 | + export const WINDOWID: string; |
45 | 37 | export const npm_config_local_prefix: string;
|
| 38 | + export const ZSH: string; |
| 39 | + export const LC_ALL: string; |
46 | 40 | export const USER: string;
|
| 41 | + export const LS_COLORS: string; |
47 | 42 | export const COMMAND_MODE: string;
|
48 |
| - export const npm_config_globalconfig: string; |
49 | 43 | export const SSH_AUTH_SOCK: string;
|
50 | 44 | export const __CF_USER_TEXT_ENCODING: string;
|
51 | 45 | export const npm_execpath: string;
|
| 46 | + export const PAGER: string; |
| 47 | + export const LSCOLORS: string; |
52 | 48 | export const PATH: string;
|
53 | 49 | export const npm_package_json: string;
|
54 | 50 | export const _: string;
|
55 |
| - export const npm_config_userconfig: string; |
56 |
| - export const npm_config_init_module: string; |
57 |
| - export const USER_ZDOTDIR: string; |
| 51 | + export const LaunchInstanceID: string; |
58 | 52 | export const __CFBundleIdentifier: string;
|
59 |
| - export const npm_command: string; |
60 | 53 | export const PWD: string;
|
| 54 | + export const P9K_SSH: string; |
61 | 55 | export const npm_lifecycle_event: string;
|
62 |
| - export const EDITOR: string; |
63 | 56 | export const npm_package_name: string;
|
64 |
| - export const LANG: string; |
65 |
| - export const npm_config_npm_version: string; |
66 |
| - export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string; |
| 57 | + export const P9K_TTY: string; |
67 | 58 | export const XPC_FLAGS: string;
|
68 |
| - export const npm_config_node_gyp: string; |
69 | 59 | export const npm_package_version: string;
|
70 | 60 | export const XPC_SERVICE_NAME: string;
|
71 |
| - export const VSCODE_INJECTION: string; |
72 | 61 | export const SHLVL: string;
|
73 | 62 | export const HOME: string;
|
74 |
| - export const VSCODE_GIT_ASKPASS_MAIN: string; |
75 | 63 | export const HOMEBREW_PREFIX: string;
|
76 |
| - export const npm_config_cache: string; |
77 | 64 | export const LOGNAME: string;
|
78 |
| - export const npm_lifecycle_script: string; |
79 |
| - export const VSCODE_GIT_IPC_HANDLE: string; |
| 65 | + export const LESS: string; |
| 66 | + export const ALACRITTY_WINDOW_ID: string; |
| 67 | + export const ZED_TERM: string; |
80 | 68 | export const BUN_INSTALL: string;
|
81 | 69 | export const npm_config_user_agent: string;
|
82 |
| - export const VSCODE_GIT_ASKPASS_NODE: string; |
83 |
| - export const GIT_ASKPASS: string; |
84 | 70 | export const INFOPATH: string;
|
85 | 71 | export const HOMEBREW_CELLAR: string;
|
86 |
| - export const DISPLAY: string; |
| 72 | + export const _P9K_SSH_TTY: string; |
| 73 | + export const SECURITYSESSIONID: string; |
87 | 74 | export const npm_node_execpath: string;
|
88 |
| - export const npm_config_prefix: string; |
89 | 75 | export const COLORTERM: string;
|
90 | 76 | export const NODE_ENV: string;
|
91 | 77 | }
|
@@ -118,65 +104,51 @@ declare module '$env/static/public' {
|
118 | 104 | declare module '$env/dynamic/private' {
|
119 | 105 | export const env: {
|
120 | 106 | MANPATH: string;
|
121 |
| - TERM_PROGRAM: string; |
122 | 107 | NODE: string;
|
123 |
| - INIT_CWD: string; |
| 108 | + _P9K_TTY: string; |
124 | 109 | TERM: string;
|
125 | 110 | SHELL: string;
|
126 |
| - HOMEBREW_REPOSITORY: string; |
127 | 111 | TMPDIR: string;
|
128 |
| - npm_config_global_prefix: string; |
129 |
| - TERM_PROGRAM_VERSION: string; |
130 |
| - ZDOTDIR: string; |
131 |
| - FIG_NEW_SESSION: string; |
132 |
| - ORIGINAL_XDG_CURRENT_DESKTOP: string; |
133 |
| - MallocNanoZone: string; |
134 |
| - COLOR: string; |
135 |
| - npm_config_noproxy: string; |
| 112 | + HOMEBREW_REPOSITORY: string; |
| 113 | + WINDOWID: string; |
136 | 114 | npm_config_local_prefix: string;
|
| 115 | + ZSH: string; |
| 116 | + LC_ALL: string; |
137 | 117 | USER: string;
|
| 118 | + LS_COLORS: string; |
138 | 119 | COMMAND_MODE: string;
|
139 |
| - npm_config_globalconfig: string; |
140 | 120 | SSH_AUTH_SOCK: string;
|
141 | 121 | __CF_USER_TEXT_ENCODING: string;
|
142 | 122 | npm_execpath: string;
|
| 123 | + PAGER: string; |
| 124 | + LSCOLORS: string; |
143 | 125 | PATH: string;
|
144 | 126 | npm_package_json: string;
|
145 | 127 | _: string;
|
146 |
| - npm_config_userconfig: string; |
147 |
| - npm_config_init_module: string; |
148 |
| - USER_ZDOTDIR: string; |
| 128 | + LaunchInstanceID: string; |
149 | 129 | __CFBundleIdentifier: string;
|
150 |
| - npm_command: string; |
151 | 130 | PWD: string;
|
| 131 | + P9K_SSH: string; |
152 | 132 | npm_lifecycle_event: string;
|
153 |
| - EDITOR: string; |
154 | 133 | npm_package_name: string;
|
155 |
| - LANG: string; |
156 |
| - npm_config_npm_version: string; |
157 |
| - VSCODE_GIT_ASKPASS_EXTRA_ARGS: string; |
| 134 | + P9K_TTY: string; |
158 | 135 | XPC_FLAGS: string;
|
159 |
| - npm_config_node_gyp: string; |
160 | 136 | npm_package_version: string;
|
161 | 137 | XPC_SERVICE_NAME: string;
|
162 |
| - VSCODE_INJECTION: string; |
163 | 138 | SHLVL: string;
|
164 | 139 | HOME: string;
|
165 |
| - VSCODE_GIT_ASKPASS_MAIN: string; |
166 | 140 | HOMEBREW_PREFIX: string;
|
167 |
| - npm_config_cache: string; |
168 | 141 | LOGNAME: string;
|
169 |
| - npm_lifecycle_script: string; |
170 |
| - VSCODE_GIT_IPC_HANDLE: string; |
| 142 | + LESS: string; |
| 143 | + ALACRITTY_WINDOW_ID: string; |
| 144 | + ZED_TERM: string; |
171 | 145 | BUN_INSTALL: string;
|
172 | 146 | npm_config_user_agent: string;
|
173 |
| - VSCODE_GIT_ASKPASS_NODE: string; |
174 |
| - GIT_ASKPASS: string; |
175 | 147 | INFOPATH: string;
|
176 | 148 | HOMEBREW_CELLAR: string;
|
177 |
| - DISPLAY: string; |
| 149 | + _P9K_SSH_TTY: string; |
| 150 | + SECURITYSESSIONID: string; |
178 | 151 | npm_node_execpath: string;
|
179 |
| - npm_config_prefix: string; |
180 | 152 | COLORTERM: string;
|
181 | 153 | NODE_ENV: string;
|
182 | 154 | [key: `PUBLIC_${string}`]: undefined;
|
|
0 commit comments