diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-16 15:34:49 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-16 15:34:49 -0300 |
| commit | a3f7d61fea448b9045918723ca6e6694842cbadb (patch) | |
| tree | 3c08baf0aeb0196d21f098f064afaa41cf638d67 /sh | |
| parent | fake-symlinks: with-container.sh: Add --fallback to guix commands (diff) | |
| download | dotfiles-a3f7d61fea448b9045918723ca6e6694842cbadb.tar.gz dotfiles-a3f7d61fea448b9045918723ca6e6694842cbadb.tar.xz | |
sh/env.sh: Add ~/.local/info to $INFOPATH
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:-}${LD_LIBRARY_PATH:+:}$HOME/.local/li MANPATH="${MANPATH:-$HOME/.local/share/man:$(manpath)}" export MANPATH export PREFIX="$HOME/.local" +export INFOPATH="${INFOPATH:-}${INFOPATH:+:}$HOME/.local/info" # https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi?id=cd6ae1cee95644b9aa712a7192bc9677a04c146b#n1287 export NIX_BUILD_CORES=0 |
