diff --git a/.zprofile b/.zprofile index 779a315..f54a30f 100644 --- a/.zprofile +++ b/.zprofile @@ -1,2 +1,5 @@ # -*- eval: (git-auto-commit-mode 1) -*- -export PATH="${HOME}/bin:${PATH}:/usr/local/bin" +export BROWSER=firefox +export EDITOR="emacsclient -c -a emacs" +export INFOPATH="${HOME}/documents/info:${INFOPATH}" +export PATH="${HOME}/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin"