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|#
|
||||
(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~}"))
|
||||
|
|
Loading…
Reference in New Issue