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"