From 673eab8e00e5852eae337094c3b024613360dc99 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 11:17:10 +0100 Subject: Home configuration: add missing spaces in strings --- home-configuration.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 861c078..b8d817e 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -49,7 +49,7 @@ ("GUILE_AUTO_COMPILE" . "0"))) (define allow-downgrades - "--allow-downgrades") + "--allow-downgrades ") (define pull-guix "guix pull ") @@ -57,13 +57,13 @@ (define pull-guix- (string-append pull-guix allow-downgrades - "--disable-authentication")) + "--disable-authentication ")) (define guix-home "guix home reconfigure ") (define home-configuration - "home-configuration.scm") + "home-configuration.scm ") (define reconfigure-home (string-append guix-home @@ -78,7 +78,7 @@ "sudo guix system reconfigure ") (define system-configuration - "system-configuration.scm") + "system-configuration.scm ") (define reconfigure-system (string-append guix-system @@ -107,9 +107,9 @@ reconfigure-home-)) (define home-aliases - `(("grep" . "grep --color=auto") - ("ll" . "ls -l") - ("ls" . "ls -p --color=auto") + `(("grep" . "grep --color=auto ") + ("ll" . "ls -l ") + ("ls" . "ls -p --color=auto ") ("pull-guix" . ,pull-guix) ("pull-guix-" . ,pull-guix-) ("reconfigure-home" . ,reconfigure-home) -- cgit v1.2.3