File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,22 +131,22 @@ print(filled_prompt)
131131
132132``` py
133133mega_prompt = f '''
134- When I start w/ sh: follow prompt A. When I start w/ dax : follow prompt B.
134+ When I start w/ sh: follow prompt A. When I start w/ win : follow prompt B.
135135
136136Prompt A: { ai_personas[' Linux Terminal' ][' prompt' ]}
137137
138- Prompt B: { ai_personas[' DAX Terminal' ][' prompt' ]}
138+ Prompt B: { ai_personas[' Windows Terminal' ][' prompt' ]}
139139'''
140140
141141print (mega_prompt)
142142
143143# =>
144144#
145- # When I start w/ sh: follow prompt A. When I start w/ dax : follow prompt B.
145+ # When I start w/ sh: follow prompt A. When I start w/ win : follow prompt B.
146146#
147147# Prompt A: I want you to act as a linux terminal...
148148#
149- # Prompt B: I want you to act as a DAX terminal ...
149+ # Prompt B: I want you to act as a Windows Terminal ...
150150```
151151
152152#
You can’t perform that action at this time.
0 commit comments