summaryrefslogtreecommitdiff
path: root/pkg/prompt/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/prompt/main.go')
-rw-r--r--pkg/prompt/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/prompt/main.go b/pkg/prompt/main.go
index dac8495..4146b73 100644
--- a/pkg/prompt/main.go
+++ b/pkg/prompt/main.go
@@ -36,6 +36,7 @@ func Exec() int {
}
cwd := CurrentDirectory()
fields = appendUnlessEmpty(fields, getDirectoryField(cwd))
+ fields = appendUnlessEmpty(fields, getDeletedMessageField(cwd))
line := strings.Join(fields, " ")
lineWidth := getPrintableLength(line)