From 6ac80fd1c1ef55f828cb419da622354ddc14495b Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sat, 12 Aug 2023 21:26:20 -0300 Subject: [PATCH] feat: add fish abbreviation to quick acess of guix-todo repository --- files/fish/fish_abbreviations | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/fish/fish_abbreviations b/files/fish/fish_abbreviations index 8174c8c..9f6e9da 100644 --- a/files/fish/fish_abbreviations +++ b/files/fish/fish_abbreviations @@ -20,6 +20,9 @@ abbr --add @radix --position anywhere "$RADIX_REPO" abbr --add @files --position anywhere "$RADIX_REPO/files" abbr --add @modules --position anywhere "$RADIX_REPO/modules/radix" +## Guix TODO +abbr --add @todo --position anywhere "$PROJECTS/guile/guix-todo" + # System and Home abbr --add !system --position anywhere "doas guix system reconfigure /etc/config.scm" abbr --add !home --position anywhere "guix home reconfigure $RADIX_REPO/radio.scm"