home-enviroments: radio: Replace fish-bang-bang by fish-puffer

impermanence
Luis Guilherme Coelho 2024-07-05 15:28:05 -03:00
parent 9ac371cd35
commit f09d63af05
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 4 additions and 4 deletions

View File

@ -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~}"))