diff options
| author | Daniel V <lord_fright@yahoo.com> | 2020-05-11 06:56:21 -0400 |
|---|---|---|
| committer | Daniel V <lord_fright@yahoo.com> | 2020-05-11 06:56:21 -0400 |
| commit | 5796faef94b9b02fbaf64dd3a779a8421c18f20e (patch) | |
| tree | a424941a073f9b973c24575db8d9555b38311068 /modules/programs | |
| parent | d3dff8cefb4fac62fc350c8946bc0132eb6d1153 (diff) | |
Set up XDG system environment variables sort of how they set them up
in nixos by appending them to the nix profiles
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/bash/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/programs/bash/default.nix b/modules/programs/bash/default.nix index 1e60d84..7d13c69 100644 --- a/modules/programs/bash/default.nix +++ b/modules/programs/bash/default.nix @@ -86,9 +86,6 @@ in for m in "$p/etc/bash_completion.d/"*; do source $m done - for m in "$p/share/bash-completion/completions/"*; do - source $m - done done eval "$nullglobStatus" unset nullglobStatus p m |
