style: rename symbols in (radix files fish)

pull/1/head
anemofilia 2023-08-14 18:08:27 -03:00
parent 9972dab93a
commit c3186bbfb8
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
2 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@
(define abbreviations
(local-file "../../../files/fish/abbreviations.fish"))
(define functions-greeting
(define greeting
(local-file "../../../files/fish/functions/greeting.fish"))
(define functions-prompt
(define prompt
(local-file "../../../files/fish/functions/prompt.fish"))
(define variables

View File

@ -206,8 +206,8 @@
("emacs/init.el" ,file:emacs-init)
("emacs/theme.el" ,file:emacs-theme)
("fish/fish_variables" ,file:fish-variables)
("fish/functions/fish_greeting.fish" ,file:fish-functions-greeting)
("fish/functions/fish_prompt.fish" ,file:fish-functions-prompt)
("fish/functions/fish_greeting.fish" ,file:fish-greeting)
("fish/functions/fish_prompt.fish" ,file:fish-prompt)
("git/config" ,file:git-config)
("infokeys" ,file:info-keys)
("kak/kakrc" ,file:kak-config)