File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Improved
9
9
- lazy load functions with autoload instead of sourcing (thanks @alxbl !)
10
10
11
+ ### Added
12
+ - geometry_newline for two-line prompts (thanks @ducklin5 )
13
+
11
14
### Fixed
12
15
- geometry_git complaining when not in a work-tree
13
16
Original file line number Diff line number Diff line change
1
+ # geometry_newline - add to the end of GEOMETRY_PROMPT to get a 2-line prompt!
2
+
3
+ geometry_newline() { echo '\n\r'; }
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Please check out and share third-party functions on our [functions wiki page][]
60
60
61
61
For more details on how to create a function, check out [ our contribution guide] [ ]
62
62
63
+ If you prefer a two-line prompt, try ` GEOMETRY_PROMPT+=(geometry_newline) `
64
+
63
65
## Configuration
64
66
65
67
You can configure everything in geometry by defining a variable.
You can’t perform that action at this time.
0 commit comments