diff options
| author | EuAndreh <eu@euandre.org> | 2020-11-26 15:36:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-11-26 15:36:31 -0300 |
| commit | 64e0c3ec7a44d0038bf4854325ad965335f43fcf (patch) | |
| tree | 4d6c0ff5355d4aa963186c6224a39e5d83429610 /bash | |
| parent | os.scm: Add terraform and bind packages (diff) | |
| download | dotfiles-64e0c3ec7a44d0038bf4854325ad965335f43fcf.tar.gz dotfiles-64e0c3ec7a44d0038bf4854325ad965335f43fcf.tar.xz | |
env.sh: Stop reseting $PATH
So it can be enhanced by external tools, such as "guix environment"
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/env.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/env.sh b/bash/env.sh index 5a2319c0..39dba90e 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -10,9 +10,6 @@ export NIX_BUILD_CORES=0 export GUIX_PROFILE="$HOME/.guix-profile" -# reset $PATH -PATH='/run/setuid-programs:/run/current-system/profile/bin:/run/current-system/profile/sbin' - for p in "${DOTFILES}/scripts" "$HOME/annex/bin"; do PATH="$PATH:$p/ad-hoc:$p/cron" done |
