nixpkgs/modules/programs/bash
Bjørn Forsman 0192c02720 /etc/profile: try all nix profiles for ASPELL_CONF
Aspell can only handle one dict-dir directive and currently we hardocde
that to
  ASPELL_CONF="dict-dir $HOME/.nix-profile/lib/aspell"

This means that aspell doesn't work if it is installed to the system or
default nix profile -- it only works in the user profile.

With this change, aspell can be installed to any of the nix profiles. If
it is installed in more than one profile, the most "local" profile wins
(i.e. sysadmin can set up a default, users can override it).
2013-09-14 13:05:11 +02:00
..
bash.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
bashrc.sh Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
command-not-found.nix Return exit code 127 if a command is not found 2013-05-15 12:52:15 +02:00
command-not-found.pl Use programs.sqlite from the NixOS channel 2013-03-25 14:14:55 +01:00
inputrc
profile.sh /etc/profile: try all nix profiles for ASPELL_CONF 2013-09-14 13:05:11 +02:00