docs: Add set commands to advanced config doc (#1526)
This commit is contained in:
parent
19cf0a9e80
commit
68be67b0be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue