1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

Small correction to bash PATH

This commit is contained in:
Christopher League 2017-05-16 09:56:25 -04:00
parent 2e15a11cd0
commit 36a5129036

View file

@ -376,7 +376,7 @@ in
set -o pipefail
# We assume coreutils command and Bash.
export PATH="${pkgs.coreutils}/bin:${pkgs.bash}/bin/bash:$PATH"
export PATH="${pkgs.coreutils}/bin:${pkgs.bash}/bin:$PATH"
. ${./lib-bash/color-echo.sh}