generated from me/template-mit
Add comments to script.
This commit is contained in:
21
rc_shared.sh
21
rc_shared.sh
@@ -3,10 +3,22 @@
|
||||
|
||||
echo "Shared RC Config - Loading..."
|
||||
|
||||
|
||||
## Variables ##
|
||||
|
||||
# Environment Usability
|
||||
export PATH="$PATH:~/bin-shared:~/.bin-shared"
|
||||
|
||||
|
||||
## Aliases ##
|
||||
|
||||
# Bin Scripts
|
||||
alias send-master="send_master.sh"
|
||||
|
||||
|
||||
## Functions ##
|
||||
|
||||
# Related specifically to this project.
|
||||
function update-shared {
|
||||
branch="$1"
|
||||
if [[ -z "$branch" ]]; then
|
||||
@@ -27,4 +39,13 @@ alias shared-update="update-shared"
|
||||
alias reload-shared="update-shared"
|
||||
alias shared-reload="update-shared"
|
||||
|
||||
# Shortcuts
|
||||
|
||||
# Audio
|
||||
|
||||
# Video
|
||||
|
||||
|
||||
## Complete! ##
|
||||
|
||||
echo "Shared RC Config - Complete!"
|
||||
|
||||
Reference in New Issue
Block a user