From 71e24890f08880f3ce3e157c0cc0c1c9bc06cfd9 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Tue, 29 Aug 2023 11:27:02 -0300 Subject: [PATCH] fix: correct RADIX_REPO variable in abbreviations.fish file --- files/fish/abbreviations.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fish/abbreviations.fish b/files/fish/abbreviations.fish index f79419d..85b9fc1 100644 --- a/files/fish/abbreviations.fish +++ b/files/fish/abbreviations.fish @@ -13,7 +13,7 @@ abbr --add @punk --position anywhere "$PROJECTS/cpp/Punk" abbr --add @tomato --position anywhere "$PROJECTS/py/tomato-engine" ## Radix -set -l RADIX_REPO area/code/scm/radix +set -l RADIX_REPO "$HOME/area/code/scm/radix" abbr --add :system --position anywhere "$RADIX_REPO && $EDITOR /etc/config.scm" abbr --add :home --position anywhere "$RADIX_REPO && $EDITOR radio.scm" abbr --add @radix --position anywhere "$RADIX_REPO"