diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-12 15:27:06 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-12 15:27:06 -0300 |
| commit | f255760e45af85e077e9ba3e1b73b0343349ad3c (patch) | |
| tree | b07c86c900659bfae2fa190d91104dad40183eb7 /bash/env.sh | |
| parent | fake-symlinks: Add compile-readme.sh (diff) | |
| download | dotfiles-f255760e45af85e077e9ba3e1b73b0343349ad3c.tar.gz dotfiles-f255760e45af85e077e9ba3e1b73b0343349ad3c.tar.xz | |
env.sh: Add $HOME/tmp/bin to $PATH
Diffstat (limited to 'bash/env.sh')
| -rw-r--r-- | bash/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index a1d424a6..191184f3 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -11,6 +11,7 @@ export LANGUAGE=fr_FR.UTF-8 export NIX_BUILD_CORES=0 export GUIX_PROFILE="$HOME/.guix-profile" +PATH="$PATH:$HOME/tmp/bin" for p in "${DOTFILES}/scripts" "$HOME/annex/bin"; do PATH="$PATH:$p/ad-hoc:$p/cron" |
