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