diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-04-03 17:06:30 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-04-03 18:08:26 +0100 |
| commit | 60f86de3254202a8d93636afbff7fb88dd73c28d (patch) | |
| tree | d78707a84b90733248d8645eee5fc0c4bd294ff9 /dotfiles-darwin | |
| parent | 8b66d6585c0dd573c193a40c6bab3fd6b34625b6 (diff) | |
darwin/bin: Do not export PATH in env.sh
Diffstat (limited to 'dotfiles-darwin')
| -rwxr-xr-x | dotfiles-darwin/bin/env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles-darwin/bin/env.sh b/dotfiles-darwin/bin/env.sh index 00c1bfa..a22de83 100755 --- a/dotfiles-darwin/bin/env.sh +++ b/dotfiles-darwin/bin/env.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -for env in PATH UNAME XDG_{{CACHE,CONFIG,DATA}_HOME,RUNTIME_DIR}; do +for env in UNAME XDG_{{CACHE,CONFIG,DATA}_HOME,RUNTIME_DIR}; do launchctl setenv ${env} ${(P)env} done |
