From 487bfe8b8f4db0ccf007abade1c09fd31ea5999c Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 28 Nov 2014 19:35:59 +0100 Subject: [PATCH] Added erlang man pages to manpath --- bash_profile | 4 +++- zshrc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bash_profile b/bash_profile index 1748d35..0d1c0f4 100644 --- a/bash_profile +++ b/bash_profile @@ -1,5 +1,5 @@ export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin -export MANPATH=$MANPATH:/opt/local/share/man +export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc alias psg="ps aux | grep -v grep | grep -i -e VSZ -e" @@ -7,6 +7,8 @@ alias ..="cd .." alias gcc="gcc-4.9" alias g++="g++-4.9" alias qmake="/usr/local/Cellar/qt5/5.3.2/bin/qmake" +alias lupdate="/usr/local/Cellar/qt5/5.3.2/bin/lupdate" +alias lrelease="/usr/local/Cellar/qt5/5.3.2/bin/lrelease" alias python="python3.3" alias pip2="/usr/local/bin/pip" alias pip="pip3" diff --git a/zshrc b/zshrc index 5638673..df4f5ba 100644 --- a/zshrc +++ b/zshrc @@ -16,7 +16,7 @@ bindkey -e # End of lines configured by zsh-newuser-install export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin -export MANPATH=$MANPATH:/opt/local/share/man +export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc export NODE_PATH=/usr/local/lib/node_modules @@ -26,6 +26,8 @@ alias gcc="gcc-4.9" alias g++="g++-4.9" alias psg="ps aux | grep -v grep | grep -i -e VSZ -e" alias qmake="/usr/local/Cellar/qt5/5.3.2/bin/qmake" +alias lupdate="/usr/local/Cellar/qt5/5.3.2/bin/lupdate" +alias lrelease="/usr/local/Cellar/qt5/5.3.2/bin/lrelease" alias python="python3.4" alias pip2="/usr/local/bin/pip" alias pip="pip3"