From 4d481118f26427c12874854672079142e6d53797 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Sat, 6 Nov 2021 22:05:20 +0100 Subject: [PATCH] added emacsclient -n alias emacsc to personal zsh.nix Signed-off-by: Stefan Ellmauthaler --- users/ellmau/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index 4dea352..f467958 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -25,6 +25,7 @@ llg = "exa --long --icons --grid --binary --group"; lal = "ll --all"; lla = "ll --all"; + emacsc = "emacsclient -n"; }; plugins = [ {