generated from me/template-mit
Begin adding code for checking for updates upon terminal opening.
This commit is contained in:
10
rc_shared.sh
10
rc_shared.sh
@@ -96,6 +96,16 @@ alias shared-update="update-shared"
|
|||||||
alias reload-shared="update-shared"
|
alias reload-shared="update-shared"
|
||||||
alias shared-reload="update-shared"
|
alias shared-reload="update-shared"
|
||||||
|
|
||||||
|
project="$HOME/.env-shared"
|
||||||
|
function update-shared2 {
|
||||||
|
if [[ ! -d $project ]]; then
|
||||||
|
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
if [[ -d $project ]]; then
|
||||||
|
git -C $project status
|
||||||
|
fi &
|
||||||
|
|
||||||
# Shortcuts #
|
# Shortcuts #
|
||||||
|
|
||||||
function send-master { send_master.sh; }
|
function send-master { send_master.sh; }
|
||||||
|
|||||||
Reference in New Issue
Block a user