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, 4 insertions, 1 deletions
diff --git a/dotfiles-darwin/zsh/profile b/dotfiles-darwin/zsh/profile
index b4c094f..30a5ef0 100644
--- a/dotfiles-darwin/zsh/profile
+++ b/dotfiles-darwin/zsh/profile
@@ -2,7 +2,10 @@
() {
local dir
- for dir in /usr/local/opt/{gnu-tar,grep}/libexec/gnubin; do
+ for dir (
+ /usr/local/opt/{gnu-tar,grep}/libexec/gnubin
+ ~/Applications/Emacs.app/Contents/MacOS/bin
+ ); do
[[ -d ${dir} ]] && path=(${dir} ${path})
done
}