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|# #|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)