fix: fish abbreviations
parent
5098fe48e7
commit
888a6dffcf
|
@ -1 +1 @@
|
||||||
/gnu/store/7cr97ng3k22xxnaq8gjyap67h09gch14-fish-config.fish
|
/gnu/store/0a349grziinpjsd7519nn84slpd82s2v-fish-config.fish
|
37
radio.scm
37
radio.scm
|
@ -208,14 +208,22 @@
|
||||||
("v" . "yt-dlp --prefer-free-formats")
|
("v" . "yt-dlp --prefer-free-formats")
|
||||||
|
|
||||||
#|Guix related abbreviations|#
|
#|Guix related abbreviations|#
|
||||||
("!config" . "guix system reconfigure /etc/config.scm")
|
("!config --position anywhere" .
|
||||||
("!home" . "guix home reconfigure $HOME/projects/guile/radix/radio.scm")
|
"guix system reconfigure /etc/config.scm")
|
||||||
(":config" . "$EDITOR /etc/config.scm")
|
("!home --position anywhere" .
|
||||||
(":home" . "$EDITOR $HOME/projects/guile/radix/radio.scm")
|
"guix home reconfigure $HOME/projects/guile/radix/radio.scm")
|
||||||
("@radix" . "$HOME/projects/guile/radix")
|
(":config --position anywhere" .
|
||||||
("@system" . "$HOME/projects/guile/radix/modules/radix/services")
|
"$EDITOR /etc/config.scm")
|
||||||
("@home" . "$HOME/projects/guile/radix/modules/radix/home/services")
|
(":home --position anywhere" .
|
||||||
("@files" . "$HOME/projects/guile/radix/files")))
|
"$EDITOR $HOME/projects/guile/radix/radio.scm")
|
||||||
|
("@radix --position anywhere" .
|
||||||
|
"$HOME/projects/guile/radix")
|
||||||
|
("@system --position anywhere" .
|
||||||
|
"$HOME/projects/guile/radix/modules/radix/services")
|
||||||
|
("@home --position anywhere" .
|
||||||
|
"$HOME/projects/guile/radix/modules/radix/home/services")
|
||||||
|
("@files --position anywhere" .
|
||||||
|
"$HOME/projects/guile/radix/files")))
|
||||||
|
|
||||||
(aliases
|
(aliases
|
||||||
`(#|Common aliases|#
|
`(#|Common aliases|#
|
||||||
|
@ -269,14 +277,15 @@
|
||||||
("LC_COLLATE" . "C")
|
("LC_COLLATE" . "C")
|
||||||
|
|
||||||
#|Default applications|#
|
#|Default applications|#
|
||||||
("EDITOR" . "kak")
|
|
||||||
("READER" . "zathura")
|
|
||||||
("VISUAL" . "kak")
|
|
||||||
("TERMINAL" . "st")
|
|
||||||
("BROWSER" . "icecat")
|
("BROWSER" . "icecat")
|
||||||
("PAGER" . "less")
|
("EDITOR" . "kak")
|
||||||
("WM" . "awesome")
|
|
||||||
("FCEDIT" . "kak")
|
("FCEDIT" . "kak")
|
||||||
|
("PAGER" . "less")
|
||||||
|
("READER" . "zathura")
|
||||||
|
("SHELL" . "fish")
|
||||||
|
("TERMINAL" . "st")
|
||||||
|
("VISUAL" . "kak")
|
||||||
|
("WM" . "awesome")
|
||||||
|
|
||||||
#|Xorg|#
|
#|Xorg|#
|
||||||
("XINITRC" . "$XDG_CONFIG_HOME/X11/xinitrc")
|
("XINITRC" . "$XDG_CONFIG_HOME/X11/xinitrc")
|
||||||
|
|
Loading…
Reference in New Issue