1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/tests/modules/programs/pls
bri cf111d1a84
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-03-06 23:39:12 +01:00
..
bash.nix pls: add module (#3285) 2022-09-30 12:53:39 -04:00
default.nix pls: add module (#3285) 2022-09-30 12:53:39 -04:00
fish.nix fish: always run fish_indent 2022-12-05 23:16:39 +01:00
zsh.nix zsh: improve shell{,Global}Aliases 2024-03-06 23:39:12 +01:00