File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
- Prepended space for left prompt (thanks @Konsonanz !)
10
10
- Hide extra spaces due to functions that have nothing to show (thanks @Konsonanz !)
11
11
12
+ ### Removed
13
+ - Set default GEOMETRY_INFO to blank
14
+
12
15
## 2.1.0 - 2019-12-27
13
16
14
17
### Improved
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ typeset -gA GEOMETRY; GEOMETRY[ROOT]=${0:A:h}
8
8
9
9
(( $+ GEOMETRY_PROMPT)) || GEOMETRY_PROMPT=(geometry_echo geometry_status geometry_path)
10
10
(( $+ GEOMETRY_RPROMPT)) || GEOMETRY_RPROMPT=(geometry_exec_time geometry_git geometry_hg geometry_echo)
11
- (( $+ GEOMETRY_INFO)) || GEOMETRY_INFO=(geometry_hostname geometry_jobs )
11
+ (( $+ GEOMETRY_INFO)) || GEOMETRY_INFO=()
12
12
13
13
autoload -U add-zsh-hook
14
14
You can’t perform that action at this time.
0 commit comments