1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
home-manager/tests
bri 942146ac90
zsh: improve shell{,Global}Aliases
This commit changes the way aliases are rendered, adding the "no more
flags" flag `--`, which means that, for example, the alias `"-" = "cd
-";` will work as expected. (I was getting a syntax error before this
change.)

Additionally, now the alias key is shell escaped, which may help some
edge cases. I'm honestly not sure if this part is necessary since I
assume an alias can't contain spaces anyway, but it definitely
shouldn't break anything.
2024-04-10 21:27:35 +02:00
..
integration tests: include a service in integration tests 2024-04-10 21:27:32 +02:00
lib lib: add functions to create DAGs from lists 2023-06-05 23:08:30 +02:00
modules zsh: improve shell{,Global}Aliases 2024-04-10 21:27:35 +02:00
asserts.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix river: add module 2024-04-10 21:27:28 +02:00
stubs.nix tests: add mkStubPackage in Nixpkgs overlay 2024-04-10 21:27:30 +02:00