fix: move recent fish-service related changes to `fish' branch due to some minor problems

pull/1/head
anemofilia 2023-10-25 00:34:34 -03:00
parent 212e19f1c7
commit 42b8303a57
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 17 deletions

View File

@ -227,29 +227,13 @@
#|Kakoune aliases for the shell|#
("':e'" . "kak")
("':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
(let ((code-projects "~/projects/code")
(code-project-extensions
'(c clj cpp el html kak md org pl py scm sh tex zig))
(bookmarks
'(emacs guile guix haunt misc))
(xdg-user-directories
'(desktop documents downloads
music pictures public templates)))
'(emacs guile guix haunt misc)))
(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
(name "@extension")
(position 'anywhere)