docs: Add set commands to advanced config doc (#1526)

This commit is contained in:
Joshua Snider 2022-01-21 11:26:27 -05:00 committed by GitHub
parent 19cf0a9e80
commit 68be67b0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -71,7 +71,9 @@ function blastoff(){
echo "🚀"
}
trap blastoff DEBUG # Trap DEBUG *before* running starship
set -o functrace
eval $(starship init bash)
set +o functrace
```
## Custom pre-prompt and pre-execution Commands in PowerShell