Add ~/info to INFOPATH

This commit is contained in:
Jeremy Dormitzer 2022-03-30 10:13:42 -04:00
parent 61cc0700b8
commit 2ed07788c7
2 changed files with 4 additions and 3 deletions

View File

@ -48,9 +48,8 @@
:hook (after-init . exec-path-from-shell-initialize)
:custom
(exec-path-from-shell-variables
'("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME"
"MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME"
"PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
'("PATH" "MANPATH" "INFOPATH" "LEDGER_FILE"
"WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
"PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE"
"PLAID_CLIENT_ID" "PLAID_SECRET" "PLAID_ENVIRONMENT"))
(exec-path-from-shell-check-startup-files nil)

View File

@ -1,6 +1,8 @@
typeset -U path
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin ~/.cargo/bin /usr/local/opt/make/libexec/gnubin $path)
export INFOPATH="$HOME/info:/opt/homebrew/share/info:"
export LEDGER_FILE="$HOME/journal.ledger"
EDITOR="$(which emacsclient)"