fix: move recent fish-service related changes to `fish' branch due to some minor problems
parent
212e19f1c7
commit
42b8303a57
18
radio.scm
18
radio.scm
|
@ -227,29 +227,13 @@
|
||||||
#|Kakoune aliases for the shell|#
|
#|Kakoune aliases for the shell|#
|
||||||
("':e'" . "kak")
|
("':e'" . "kak")
|
||||||
("':q'" . "exit")))
|
("':q'" . "exit")))
|
||||||
(environment-variables
|
|
||||||
`(("fish_function_path"
|
|
||||||
. (format #f "$fish_function_path~@{ ~a/functions~}"
|
|
||||||
"$HOME/.guix-home/profile/share/fish"
|
|
||||||
"$HOME/.config/fish/functions"))))
|
|
||||||
(abbreviations
|
(abbreviations
|
||||||
(let ((code-projects "~/projects/code")
|
(let ((code-projects "~/projects/code")
|
||||||
(code-project-extensions
|
(code-project-extensions
|
||||||
'(c clj cpp el html kak md org pl py scm sh tex zig))
|
'(c clj cpp el html kak md org pl py scm sh tex zig))
|
||||||
(bookmarks
|
(bookmarks
|
||||||
'(emacs guile guix haunt misc))
|
'(emacs guile guix haunt misc)))
|
||||||
(xdg-user-directories
|
|
||||||
'(desktop documents downloads
|
|
||||||
music pictures public templates)))
|
|
||||||
(list #|Quick access|#
|
(list #|Quick access|#
|
||||||
(abbreviation
|
|
||||||
(name "@xdg-base-dir")
|
|
||||||
(position 'anywhere)
|
|
||||||
(pattern
|
|
||||||
(apply format #f "@(~a~@{|~a~})"
|
|
||||||
xdg-user-directories))
|
|
||||||
(expansion
|
|
||||||
(fish-function "xdg-base-directory")))
|
|
||||||
(abbreviation
|
(abbreviation
|
||||||
(name "@extension")
|
(name "@extension")
|
||||||
(position 'anywhere)
|
(position 'anywhere)
|
||||||
|
|
Loading…
Reference in New Issue