Add dhist command

This commit is contained in:
Talia 2020-01-10 11:38:56 +01:00
parent abe9d47390
commit ec52704882
1 changed files with 1 additions and 0 deletions

1
bin/dhist Executable file
View File

@ -0,0 +1 @@
$(history | grep $@ | sed -e 's/^[ 0-9]*//' -e "/^dhist/d" | tac | dmenu -b -l 10)