mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: Define 'INFOPATH' in /etc/profile.
* gnu/system.scm (etc-directory)[bashrc]: Set 'INFOPATH'.
This commit is contained in:
parent
b1821e8272
commit
95f92d4e2c
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ (define* (etc-directory #:key
|
|||
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
|
||||
export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info
|
||||
alias ls='ls -p --color'
|
||||
alias ll='ls -l'
|
||||
"))
|
||||
|
|
Loading…
Reference in a new issue