diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 0443e5f756..4140272a3c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -369,6 +369,7 @@ 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 +export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info alias ls='ls -p --color' alias ll='ls -l' ")) |