mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
system: Make sure /run/setuid-programs comes first in $PATH.
* gnu/system.scm (etc-directory) <bashrc>: Move /run/setuid-programs first in $PATH.
This commit is contained in:
parent
b6772a01e9
commit
585c651951
1 changed files with 2 additions and 2 deletions
|
@ -248,8 +248,8 @@ (define* (etc-directory #:key
|
|||
export TZ=\"" timezone "\"
|
||||
export TZDIR=\"" tzdata "/share/zoneinfo\"
|
||||
|
||||
export PATH=/run/setuid-programs:/run/current-system/profile/sbin
|
||||
export PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin:$PATH
|
||||
export PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin
|
||||
export PATH=/run/setuid-programs:/run/current-system/profile/sbin:$PATH
|
||||
export CPATH=$HOME/.guix-profile/include:" profile "/include
|
||||
export LIBRARY_PATH=$HOME/.guix-profile/lib:" profile "/lib
|
||||
alias ls='ls -p --color'
|
||||
|
|
Loading…
Reference in a new issue