fix: correct RADIX_REPO variable in abbreviations.fish file

pull/1/head
anemofilia 2023-08-29 11:27:02 -03:00
parent 4f37a30b9e
commit 71e24890f0
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ abbr --add @punk --position anywhere "$PROJECTS/cpp/Punk"
abbr --add @tomato --position anywhere "$PROJECTS/py/tomato-engine" abbr --add @tomato --position anywhere "$PROJECTS/py/tomato-engine"
## Radix ## 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 :system --position anywhere "$RADIX_REPO && $EDITOR /etc/config.scm"
abbr --add :home --position anywhere "$RADIX_REPO && $EDITOR radio.scm" abbr --add :home --position anywhere "$RADIX_REPO && $EDITOR radio.scm"
abbr --add @radix --position anywhere "$RADIX_REPO" abbr --add @radix --position anywhere "$RADIX_REPO"