From f09d63af054738e051ab0a2cf4e04dcf35f76ba2 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Fri, 5 Jul 2024 15:28:05 -0300 Subject: [PATCH] home-enviroments: radio: Replace fish-bang-bang by fish-puffer --- home-environments/radio.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-environments/radio.scm b/home-environments/radio.scm index af77a8b..ed1b6fd 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -334,6 +334,10 @@ #|Shell services|# (service home-fish-service-type (home-fish-configuration + (plugins + (list fish-autopair + fish-functional + fish-puffer)) (environment-variables `(#|GNU Privacy Guard|# ("GPG_TTY" . "(tty)") @@ -371,10 +375,6 @@ #|Kakoune aliases for the shell|# (":e" . "kak") (":q" . "exit"))) - (plugins - (list fish-autopair - fish-bang-bang - fish-functional)) (abbreviations (let ((@ (symbol-prefix-proc '@)) (edit (partial format #f "$EDITOR~@{ ~a~}"))