style: rename symbols in (radix files fish)
parent
9972dab93a
commit
c3186bbfb8
|
@ -8,10 +8,10 @@
|
||||||
(define abbreviations
|
(define abbreviations
|
||||||
(local-file "../../../files/fish/abbreviations.fish"))
|
(local-file "../../../files/fish/abbreviations.fish"))
|
||||||
|
|
||||||
(define functions-greeting
|
(define greeting
|
||||||
(local-file "../../../files/fish/functions/greeting.fish"))
|
(local-file "../../../files/fish/functions/greeting.fish"))
|
||||||
|
|
||||||
(define functions-prompt
|
(define prompt
|
||||||
(local-file "../../../files/fish/functions/prompt.fish"))
|
(local-file "../../../files/fish/functions/prompt.fish"))
|
||||||
|
|
||||||
(define variables
|
(define variables
|
||||||
|
|
|
@ -206,8 +206,8 @@
|
||||||
("emacs/init.el" ,file:emacs-init)
|
("emacs/init.el" ,file:emacs-init)
|
||||||
("emacs/theme.el" ,file:emacs-theme)
|
("emacs/theme.el" ,file:emacs-theme)
|
||||||
("fish/fish_variables" ,file:fish-variables)
|
("fish/fish_variables" ,file:fish-variables)
|
||||||
("fish/functions/fish_greeting.fish" ,file:fish-functions-greeting)
|
("fish/functions/fish_greeting.fish" ,file:fish-greeting)
|
||||||
("fish/functions/fish_prompt.fish" ,file:fish-functions-prompt)
|
("fish/functions/fish_prompt.fish" ,file:fish-prompt)
|
||||||
("git/config" ,file:git-config)
|
("git/config" ,file:git-config)
|
||||||
("infokeys" ,file:info-keys)
|
("infokeys" ,file:info-keys)
|
||||||
("kak/kakrc" ,file:kak-config)
|
("kak/kakrc" ,file:kak-config)
|
||||||
|
|
Loading…
Reference in New Issue