We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c1109 commit a7b1bbbCopy full SHA for a7b1bbb
functions/geometry_exitcode.zsh
@@ -1,5 +1,5 @@
1
# geometry_exitcode - show the exit code of the last status
2
3
geometry_exitcode() {
4
- (( $GEOMETRY[LAST_STATUS] )) && ansi ${GEOMETRY_EXITCODE_COLOR:-red} $GEOMETRY[LAST_STATUS]
+ (( $GEOMETRY[LAST_STATUS] )) && ansi ${GEOMETRY_EXITCODE_COLOR:-red} $GEOMETRY[LAST_STATUS] || echo ''
5
}
0 commit comments