mirror of https://codeberg.org/anemofilia/zero
home-enviroments: radio: Replace fish-bang-bang by fish-puffer
parent
9ac371cd35
commit
f09d63af05
|
@ -334,6 +334,10 @@
|
||||||
#|Shell services|#
|
#|Shell services|#
|
||||||
(service home-fish-service-type
|
(service home-fish-service-type
|
||||||
(home-fish-configuration
|
(home-fish-configuration
|
||||||
|
(plugins
|
||||||
|
(list fish-autopair
|
||||||
|
fish-functional
|
||||||
|
fish-puffer))
|
||||||
(environment-variables
|
(environment-variables
|
||||||
`(#|GNU Privacy Guard|#
|
`(#|GNU Privacy Guard|#
|
||||||
("GPG_TTY" . "(tty)")
|
("GPG_TTY" . "(tty)")
|
||||||
|
@ -371,10 +375,6 @@
|
||||||
#|Kakoune aliases for the shell|#
|
#|Kakoune aliases for the shell|#
|
||||||
(":e" . "kak")
|
(":e" . "kak")
|
||||||
(":q" . "exit")))
|
(":q" . "exit")))
|
||||||
(plugins
|
|
||||||
(list fish-autopair
|
|
||||||
fish-bang-bang
|
|
||||||
fish-functional))
|
|
||||||
(abbreviations
|
(abbreviations
|
||||||
(let ((@ (symbol-prefix-proc '@))
|
(let ((@ (symbol-prefix-proc '@))
|
||||||
(edit (partial format #f "$EDITOR~@{ ~a~}"))
|
(edit (partial format #f "$EDITOR~@{ ~a~}"))
|
||||||
|
|
Loading…
Reference in New Issue