mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
docs: Add set commands to advanced config doc (#1526)
This commit is contained in:
@@ -71,7 +71,9 @@ function blastoff(){
|
|||||||
echo "🚀"
|
echo "🚀"
|
||||||
}
|
}
|
||||||
trap blastoff DEBUG # Trap DEBUG *before* running starship
|
trap blastoff DEBUG # Trap DEBUG *before* running starship
|
||||||
|
set -o functrace
|
||||||
eval $(starship init bash)
|
eval $(starship init bash)
|
||||||
|
set +o functrace
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom pre-prompt and pre-execution Commands in PowerShell
|
## Custom pre-prompt and pre-execution Commands in PowerShell
|
||||||
|
|||||||
Reference in New Issue
Block a user