From 3da8c77d15960b4c2cf59d5d40b2a53d5ab37e8e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:25:59 +0200 Subject: zsh/profile-macer: import --- zsh/profile-macer | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zsh/profile-macer (limited to 'zsh') 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" -- cgit v1.2.3-54-g00ecf