mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 04:30:13 -08:00
added the ability to initiate a plex library scan from the CLI. tab completions are supported as well.
This commit is contained in:
@@ -128,6 +128,16 @@ if [ -f "$HOME/shell/completions/backup-scripts-completion.bash" ]; then
|
||||
source "$HOME/shell/completions/backup-scripts-completion.bash"
|
||||
fi
|
||||
|
||||
# Load Plex scripts completion
|
||||
if [ -f "$HOME/shell/completions/plex-scripts-completion.bash" ]; then
|
||||
source "$HOME/shell/completions/plex-scripts-completion.bash"
|
||||
fi
|
||||
|
||||
# Load environment backup completion
|
||||
if [ -f "$HOME/shell/completions/env-backup-completion.bash" ]; then
|
||||
source "$HOME/shell/completions/env-backup-completion.bash"
|
||||
fi
|
||||
|
||||
# Go environment variables (required for Fabric and other Go tools)
|
||||
# GOROOT is auto-detected by Go when installed via package manager
|
||||
export GOPATH=$HOME/go
|
||||
|
||||
Reference in New Issue
Block a user