aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:25:59 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:25:59 +0200
commit3da8c77d15960b4c2cf59d5d40b2a53d5ab37e8e (patch)
tree9354d90fdeeda9c589c2d3003c790a1ce7482a73 /zsh
parentb99973d37cd6dcdf070da9bd2724810445968ef9 (diff)
downloaddotfiles-3da8c77d15960b4c2cf59d5d40b2a53d5ab37e8e.tar.xz
zsh/profile-macer: import
Diffstat (limited to 'zsh')
-rw-r--r--zsh/profile-macer5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/profile-macer b/zsh/profile-macer
new file mode 100644
index 0000000..4d3e7fe
--- /dev/null
+++ b/zsh/profile-macer
@@ -0,0 +1,5 @@
+export PATH=/usr/local/bin:/usr/local/sbin:"$HOME"/Library/Haskell/bin:"$PATH"
+
+# path to GNU coreutils without g prefix
+export PATH=/usr/local/opt/coreutils/libexec/gnubin:"$PATH"
+export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"