From c367b69c1d28cdb2289763982324251749fd385d Mon Sep 17 00:00:00 2001 From: anemofilia Date: Thu, 28 Sep 2023 21:22:10 -0300 Subject: [PATCH] feat: add abbreviation to jump to the root directory of a git project --- radio.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radio.scm b/radio.scm index 14ea09c..1a27123 100644 --- a/radio.scm +++ b/radio.scm @@ -277,6 +277,9 @@ (name "@research") (position 'anywhere) (expansion "~/area/research")) + (abbreviation + (name "@git-root") + (expansion "cd (git root)")) #|Quick edit|# (abbreviation