From ec31546372241b1593021751fa46c49631eb4bf1 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 14:16:38 +0100 Subject: Add alias to emacsclient -nw It was getting tiring to keep typing the full emacsclient command each I wanted to write some code. Alias it to simple "edit". --- home-configuration.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 0bb7c22..9877ebe 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -180,6 +180,7 @@ (home-bash-configuration (aliases `(("collect-garbage" . ,collect-garbage) + ("edit" . "$EDITOR") ("pull-guix" . ,pull-guix) ("reconfigure-home" . ,reconfigure-home) ("reconfigure-system" . ,reconfigure-system) -- cgit v1.2.3