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
+2
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