aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-26 15:36:22 -0300
committerEuAndreh <eu@euandre.org>2020-11-26 15:36:31 -0300
commit64e0c3ec7a44d0038bf4854325ad965335f43fcf (patch)
tree4d6c0ff5355d4aa963186c6224a39e5d83429610 /bash
parentos.scm: Add terraform and bind packages (diff)
downloaddotfiles-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.sh3
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