Sfoglia il codice sorgente

~/.bin/since.go: Don't notify about long-running "man" commands

Lu Stadler 6 anni fa
parent
commit
b1f7cae7ec
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .bin/since.go

+ 1 - 0
.bin/since.go

@ -14,6 +14,7 @@ var commandBlacklist = []string{
14 14
	"fg",
15 15
	"git commit",
16 16
	"less",
17
	"man",
17 18
	"vim",
18 19
}
19 20