Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit 77300f3b82 - Show all commits
+6 -5
View File
@@ -61,14 +61,15 @@ alias l='ls '
alias ll='ls -alh '
alias lh='ls -ash '
function cl {
function clones {
export CLONES_PATH="$HOME/Clones"
if [[ -d /sdcard ]]; then
cd /sdcard/Library/Clones
else
cd $HOME/Clones
export CLONES_PATH="/sdcard/Library/Clones"
fi
mkdir -pv "$CLONES_PATH"
cd "$CLONES_PATH"
}
alias clones="cl"
alias cl="clones"
alias cdl="cl"
alias cdc="cl"