From e684d5a347f0408b5f6645207bf61595ed8a3f48 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Wed, 5 May 2021 00:08:15 +0200 Subject: [PATCH] fix(shell): remove old emacs alias --- home/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/default.nix b/home/shell/default.nix index e6999c5..37d071d 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: -let shellAliases = { emacs = "emacsclient -c"; }; +let shellAliases = { }; in { imports = [ ./terminal.nix ];