Move clone and ls aliases to shared.
This commit is contained in:
13
bashrc.sh
13
bashrc.sh
@@ -32,19 +32,6 @@ else
|
|||||||
alias prod="echo 'ERROR: .env not set up properly, please fix and reload RC.'"
|
alias prod="echo 'ERROR: .env not set up properly, please fix and reload RC.'"
|
||||||
fi
|
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.
|
# Easily get to storage devices.
|
||||||
curr="`pwd`"
|
curr="`pwd`"
|
||||||
cd
|
cd
|
||||||
|
|||||||
Reference in New Issue
Block a user