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:
parent
2e15a11cd0
commit
36a5129036
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue