mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Do not excessively quote
This commit is contained in:
parent
444d40c6e9
commit
29fce84e3b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
(map (keyAndValue: nameValuePair (first keyAndValue) (last keyAndValue)))
|
||||
(foldl' (x: y: x // y) {})
|
||||
];
|
||||
in mapAttrs (const (value: ''"${value}"'')) (environmentVariables // homeVariables // homeVariablesExtra);
|
||||
in environmentVariables // homeVariables // homeVariablesExtra;
|
||||
|
||||
shellAliases = (attrsets.removeAttrs config.environment.shellAliases [ "ls" "l" ]) // {
|
||||
cdtmp = "cd (mktemp --directory)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue