From 95f92d4e2c521196eb0f341ef7ae55b33dc1552e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 5 Nov 2014 22:56:10 +0100 Subject: system: Define 'INFOPATH' in /etc/profile. * gnu/system.scm (etc-directory)[bashrc]: Set 'INFOPATH'. --- gnu/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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' ")) -- cgit v1.2.3 szko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
AgeCommit message (Expand)Author
2020-06-28tests: Do not fail when network interface aliases are present....Marius Bakke
2020-06-05tests: syscall: Support file-systems without extended attributes....Mathieu Othacehe
2020-06-02tests: Allow passing on systems without support for swap devices....Simon South
2020-05-14syscalls: Add 'getxattr'....Jan (janneke) Nieuwenhuizen
2020-02-11syscalls: Re-enable 'pivot-root' test....Ludovic Courtès
2019-10-05syscalls: Add 'add-to-entropy-count'....Ludovic Courtès
2019-06-27syscalls: Add 'terminal-rows'....Ludovic Courtès
2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al....Ludovic Courtès
2018-04-08tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels....Ludovic Courtès
2017-11-25syscalls: Adjust utmpx test....Ludovic Courtès
2017-07-12syscalls: Add network-interface-running?...Danny Milosavljevic