From bd7ac08dfe2bcac43540f09c7e107c01113f0506 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 13:34:47 -0700 Subject: [PATCH] Move clone and ls aliases to shared. --- bashrc.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bashrc.sh b/bashrc.sh index 0b1393a..a4d5786 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -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