nixpkgs/nixos/modules/programs/bash
c74d d8bcd2c3d8 nixos/bash: Use escapeShellArg for shell aliases
This patch uses the library function `lib.escapeShellArg` to improve
the handling of shell aliases in the NixOS module `bash`, copying the
corresponding change made to the `zsh` module in commit
1e211a70cb (for which GitHub pull
request #47471 was filed).

This patch resolves GitHub issue #16973.

This change presumably also should be copied to the `fish` module, but
I don't know `fish` syntax so that won't be done by me.

GitHub: Close NixOS/nixpkgs#16973.
2018-10-06 20:01:27 +00:00
..
bash.nix nixos/bash: Use escapeShellArg for shell aliases 2018-10-06 20:01:27 +00:00
inputrc nixos/bash: enable colors during completion 2016-07-09 20:51:31 +01:00