Complete overhaul of how daisy core tools are called, as well as changes to the help system

This commit is contained in:
Sam Hardeman 2026-03-30 01:48:18 +02:00
parent 74ed7582f9
commit 3fa3daacba
9 changed files with 1263 additions and 682 deletions

2
shrc
View file

@ -14,5 +14,5 @@ shellname=$(basename $SHELL)
rc_name="."$shellname"rc"
rc_path="$HOME/$rc_name"
daisy_editor "$rc_path"
daisy editor "$rc_path"
source "$rc_path"