home | file/bash/bashrc - remiove hardcoded name & comment out code
This commit is contained in:
parent
0e1a77ded5
commit
3ce5bbee74
1 changed files with 1 additions and 3 deletions
|
|
@ -24,11 +24,9 @@ YELLOW='[01;33m'
|
||||||
RED='[01;31m'
|
RED='[01;31m'
|
||||||
NONE='[01;0m'
|
NONE='[01;0m'
|
||||||
export NONE GREEN YELLOW RED
|
export NONE GREEN YELLOW RED
|
||||||
PATH="/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/don/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/bin:${HOME}/go/bin"
|
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"
|
||||||
export PATH
|
export PATH
|
||||||
export GOPATH="${HOME}/go"
|
export GOPATH="${HOME}/go"
|
||||||
#export TZ="America/Chicago"
|
|
||||||
#export TZDIR="/etc/zoneinfo"
|
|
||||||
|
|
||||||
if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ]
|
if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue