diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-17 19:31:20 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-17 19:31:20 -0300 |
| commit | bede9b3d35c3d385504d3cc661c60066a8099dfe (patch) | |
| tree | 5a6863927ac553eb1bea0ff4612019d1503b4940 /bash/env.sh | |
| parent | Remove unused scripts (diff) | |
| download | dotfiles-bede9b3d35c3d385504d3cc661c60066a8099dfe.tar.gz dotfiles-bede9b3d35c3d385504d3cc661c60066a8099dfe.tar.xz | |
Move cron scripts into cron/, remove ad-hoc subfolder
Diffstat (limited to 'bash/env.sh')
| -rw-r--r-- | bash/env.sh | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bash/env.sh b/bash/env.sh index 2babd957..8a7b45b6 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -13,10 +13,4 @@ export NIX_BUILD_CORES=0 export GUIX_PROFILE="$HOME/.guix-profile" export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" -PATH="$PATH:$HOME/.local/bin" -PATH="$PATH:$HOME/tmp/bin" -PATH="$PATH:$HOME/dev/libre/others/dinheiros" - -for p in "${DOTFILES}/scripts" "$HOME/annex/bin"; do - PATH="$p/ad-hoc:$p/cron:$PATH" -done +PATH="$HOME/.local/bin:$HOME/tmp/bin:$HOME/dev/libre/others/dinheiros:$DOTFILES/scripts:$HOME/annex/bin/scripts:$HOME/annex/bin/cron:$PATH" |
