1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added emacsclient -n alias emacsc to personal zsh.nix

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-11-06 22:05:20 +01:00
parent eeed4387a2
commit 4d481118f2

View File

@ -25,6 +25,7 @@
llg = "exa --long --icons --grid --binary --group"; llg = "exa --long --icons --grid --binary --group";
lal = "ll --all"; lal = "ll --all";
lla = "ll --all"; lla = "ll --all";
emacsc = "emacsclient -n";
}; };
plugins = [ plugins = [
{ {