diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:25:59 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:25:59 +0200 |
commit | 3da8c77d15960b4c2cf59d5d40b2a53d5ab37e8e (patch) | |
tree | 9354d90fdeeda9c589c2d3003c790a1ce7482a73 /zsh | |
parent | b99973d37cd6dcdf070da9bd2724810445968ef9 (diff) | |
download | dotfiles-3da8c77d15960b4c2cf59d5d40b2a53d5ab37e8e.tar.xz |
zsh/profile-macer: import
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/profile-macer | 5 |
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" |