home/bash | path clean up
This commit is contained in:
parent
e50f14e61c
commit
b3aff0fe6f
1 changed files with 1 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ YELLOW='[01;33m'
|
|||
RED='[01;31m'
|
||||
NONE='[01;0m'
|
||||
export NONE GREEN YELLOW RED
|
||||
PATH="/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/bin:${HOME}/go/bin:${HOME}/.local/bin"
|
||||
PATH="${HOME}/bin:/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/go/bin:${HOME}/.local/bin"
|
||||
export PATH
|
||||
export GOPATH="${HOME}/go"
|
||||
|
||||
|
|
@ -58,8 +58,6 @@ export OS_SYS OS_REL OS_TYPE OS_CPU LESS
|
|||
test -f "${HOME}/.bash_functions" && source "${HOME}/.bash_functions"
|
||||
test -d "${HOME}/bin/${HOSTNAME_SHORT}" && PATH="${PATH}:${HOME}/bin/${HOSTNAME_SHORT}"
|
||||
test -d "${HOME}/bin/${OS_CPU}" && PATH="${PATH}:${HOME}/bin/${OS_CPU}"
|
||||
test -d "${HOME}/bin" && PATH="${PATH}:${HOME}/bin"
|
||||
test -d "${HOME}/.local/bin" && PATH="${PATH}:${HOME}/.local/bin"
|
||||
test -d "${HOME}/.cargo/bin" && PATH="${PATH}:${HOME}/.cargo/bin"
|
||||
test -d "${HOME}/.local/share/gem" && PATH="${PATH}:${HOME}/.local/share/gem/ruby/latest/bin"
|
||||
test -d /usr/local/sbin && PATH="${PATH}:/usr/local/sbin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue