remove debug echos, explicit XDG_DATA_DIRS value set
This commit is contained in:
parent
86c249c53b
commit
863b5fe1ba
@ -1,5 +1,3 @@
|
|||||||
export XDG_DATA_DIRS="$HOME/.nix-profile/share:/usr/local/share/:/usr/share/"
|
|
||||||
|
|
||||||
path+=("${HOME}/scripts")
|
path+=("${HOME}/scripts")
|
||||||
path+=("${HOME}/.local/bin")
|
path+=("${HOME}/.local/bin")
|
||||||
path+=("$(go env GOPATH)/bin")
|
path+=("$(go env GOPATH)/bin")
|
||||||
@ -8,12 +6,10 @@ export PATH
|
|||||||
source ~/.config/.env
|
source ~/.config/.env
|
||||||
# source system specific environment variables
|
# source system specific environment variables
|
||||||
if [[ -f ~/.config/.system.env ]]; then
|
if [[ -f ~/.config/.system.env ]]; then
|
||||||
echo ".system.env"
|
|
||||||
source ~/.config/.system.env
|
source ~/.config/.system.env
|
||||||
fi
|
fi
|
||||||
# source nnn environment variables
|
# source nnn environment variables
|
||||||
if [[ -f ~/.config/.nnn.env ]]; then
|
if [[ -f ~/.config/.nnn.env ]]; then
|
||||||
echo ".nnn.env"
|
|
||||||
source ~/.config/.nnn.env
|
source ~/.config/.nnn.env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user