From 8c4ca999c2487e32f4bba59ebcb826b6d72d6d13 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 15 Jan 2023 12:41:54 +0000 Subject: darwin/zsh: Switch back to Homebrew-provided Emacs --- dotfiles-darwin/zsh/profile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dotfiles-darwin/zsh/profile') 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 } -- cgit v1.2.3-70-g09d2