diff --git a/home/cli.nix b/home/cli.nix index 5e8d247..12664e3 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -68,6 +68,9 @@ enable = true; enableAutosuggestions = true; # enableSyntaxHighlighting = true; + shellAliases = { + e = "emacsclient -c $@"; + }; oh-my-zsh = { enable = true; plugins = [ "git" ];