3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/modules
Peter Simons 8eca4db54a /etc/profile: do not add ~/bin to $PATH in system-wide init file
Users who want a user-specific bin directory to override system paths should
configure that in their user-specific ~/.bashrc, not in the system-wide init
file. The global file shouldn't add directories from user homes to $PATH
without knowing whether those actually exist or whether the users even want
them in $PATH. On my system, for example, there is no ~/bin, so I don't want my
$PATH to look for one. Removing an erroneous entry from $PATH is cumbersome,
but adding one is easy, so it feels better to err on the side of caution.

svn path=/nixos/trunk/; revision=31188
2011-12-31 12:56:45 +00:00
..
config include /share/terminfo into default pathsToLink 2011-12-29 19:38:00 +00:00
hardware * Add a module that provides all the Radeon firmwares. 2011-10-25 00:27:07 +00:00
installer 4965agn was wrongly detected as a 3945abg 2011-12-30 23:26:06 +00:00
misc Add mpd module 2011-12-05 01:51:05 +00:00
profiles * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
programs /etc/profile: do not add ~/bin to $PATH in system-wide init file 2011-12-31 12:56:45 +00:00
security Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
services enable noX11 on kernel cmdline to suppress start of X 2011-12-31 00:24:48 +00:00
system modules/system/upstart-events/shutdown.nix: refer to bash binary with full path 2011-12-30 16:57:39 +00:00
tasks * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
testing strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
virtualisation * aufs2 -> aufs. 2011-11-08 15:12:11 +00:00
module-list.nix Added cpuFreqGovernor option to configure a CPU frequency governor. 2011-12-16 23:44:37 +00:00
rename.nix * Make `services.sshd.enable' an alias rather than an obsolete option. 2010-12-14 11:48:07 +00:00