fix: correct RADIX_REPO variable in abbreviations.fish file
parent
4f37a30b9e
commit
71e24890f0
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue