Skip to content

Commit ac8b0fa

Browse files
author
Jonathan Dahan
committed
Hide GEOMETRY_INFO by default, fixes #292
1 parent f0f9d95 commit ac8b0fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
- Prepended space for left prompt (thanks @Konsonanz!)
1010
- Hide extra spaces due to functions that have nothing to show (thanks @Konsonanz!)
1111

12+
### Removed
13+
- Set default GEOMETRY_INFO to blank
14+
1215
## 2.1.0 - 2019-12-27
1316

1417
### Improved

geometry.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typeset -gA GEOMETRY; GEOMETRY[ROOT]=${0:A:h}
88

99
(($+GEOMETRY_PROMPT)) || GEOMETRY_PROMPT=(geometry_echo geometry_status geometry_path)
1010
(($+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=()
1212

1313
autoload -U add-zsh-hook
1414

0 commit comments

Comments
 (0)