shell-base/load/alias/uci-shell
David Kebler 0d4481e291 refactor: more new session loading to anything under "load" subirectory (by default) still can add additional loading directories as before.
refactor of debug module using BASH_DEBUG as filename in user shell suddirectory  logs/

improved bindfs and btrfs modules
2023-02-22 11:39:34 -08:00

11 lines
258 B
Text

# any binary superceed by a function with
# initial binary available as s<name> as in super
alias find="_find"
alias sfind="command find"
alias mdl="module_load"
alias mdr="module_run"
alias mdc="module_cp"
alias mdf="module_find"
alias mdp="module_print"