diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2023-01-15 12:41:54 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2023-01-15 13:22:16 +0000 |
| commit | 8c4ca999c2487e32f4bba59ebcb826b6d72d6d13 (patch) | |
| tree | 2cca43ddf2ee882513c81d7029bea04d9de0a015 /dotfiles-darwin/zsh/profile | |
| parent | b05b52881207b134c6ab08710ae55ac421faea9b (diff) | |
darwin/zsh: Switch back to Homebrew-provided Emacs
Diffstat (limited to 'dotfiles-darwin/zsh/profile')
| -rw-r--r-- | dotfiles-darwin/zsh/profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dotfiles-darwin/zsh/profile b/dotfiles-darwin/zsh/profile index 8edc3bb..35e5d91 100644 --- a/dotfiles-darwin/zsh/profile +++ b/dotfiles-darwin/zsh/profile @@ -2,10 +2,7 @@ () { local dir - for dir ( - /usr/local/opt/*/libexec/gnubin(N) - ~/Applications/Emacs.app/Contents/MacOS/bin - ); do + for dir in /usr/local/opt/*/libexec/gnubin(N); do [[ -d ${dir} ]] && path=(${dir} ${path}) done } |
