fix: fish abbreviations

keyring
anemofilia 2023-08-06 14:31:55 -03:00
parent 5098fe48e7
commit 888a6dffcf
2 changed files with 24 additions and 15 deletions

View File

@ -1 +1 @@
/gnu/store/7cr97ng3k22xxnaq8gjyap67h09gch14-fish-config.fish
/gnu/store/0a349grziinpjsd7519nn84slpd82s2v-fish-config.fish

View File

@ -208,14 +208,22 @@
("v" . "yt-dlp --prefer-free-formats")
#|Guix related abbreviations|#
("!config" . "guix system reconfigure /etc/config.scm")
("!home" . "guix home reconfigure $HOME/projects/guile/radix/radio.scm")
(":config" . "$EDITOR /etc/config.scm")
(":home" . "$EDITOR $HOME/projects/guile/radix/radio.scm")
("@radix" . "$HOME/projects/guile/radix")
("@system" . "$HOME/projects/guile/radix/modules/radix/services")
("@home" . "$HOME/projects/guile/radix/modules/radix/home/services")
("@files" . "$HOME/projects/guile/radix/files")))
("!config --position anywhere" .
"guix system reconfigure /etc/config.scm")
("!home --position anywhere" .
"guix home reconfigure $HOME/projects/guile/radix/radio.scm")
(":config --position anywhere" .
"$EDITOR /etc/config.scm")
(":home --position anywhere" .
"$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
`(#|Common aliases|#
@ -269,14 +277,15 @@
("LC_COLLATE" . "C")
#|Default applications|#
("EDITOR" . "kak")
("READER" . "zathura")
("VISUAL" . "kak")
("TERMINAL" . "st")
("BROWSER" . "icecat")
("PAGER" . "less")
("WM" . "awesome")
("EDITOR" . "kak")
("FCEDIT" . "kak")
("PAGER" . "less")
("READER" . "zathura")
("SHELL" . "fish")
("TERMINAL" . "st")
("VISUAL" . "kak")
("WM" . "awesome")
#|Xorg|#
("XINITRC" . "$XDG_CONFIG_HOME/X11/xinitrc")