summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh/profile
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles-darwin/zsh/profile')
-rw-r--r--dotfiles-darwin/zsh/profile5
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
}