mirror of
https://github.com/foomo/posh.git
synced 2025-10-16 12:45:38 +00:00
19 lines
257 B
YAML
19 lines
257 B
YAML
# yaml-language-server: $schema=posh.schema.json
|
|
version: '1.0'
|
|
|
|
# Prompt settings
|
|
prompt:
|
|
title: My title
|
|
prefix: my-prefix
|
|
|
|
# Environment variables
|
|
env:
|
|
- name: FOO
|
|
value: bar
|
|
|
|
# Require settings
|
|
require:
|
|
envs: []
|
|
packages: []
|
|
scripts: []
|