Move clone and ls aliases to shared.

This commit is contained in:
2026-03-28 13:34:47 -07:00
parent b1a0586df7
commit bd7ac08dfe

View File

@@ -32,19 +32,6 @@ else
alias prod="echo 'ERROR: .env not set up properly, please fix and reload RC.'"
fi
# Quickies
alias reload-bash="source ~/.bashrc"
alias bash-reload="reload-bash"
alias shell-reload="reload-bash"
alias reload-shell="reload-bash"
alias reload="reload-bash"
alias l='ls '
alias ll='ls -alh '
alias lh='ls -ash '
alias clone="rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' "
# Easily get to storage devices.
curr="`pwd`"
cd