More history functions.

This commit is contained in:
David Tomaschik
2020-07-08 14:57:47 -07:00
parent 0bed0a80a3
commit 530b205b3d

View File

@@ -24,3 +24,11 @@ histmode() {
;;
esac
}
histsearch() {
fc -l -m "${1}" 1
}
histbrowse() {
fc -l 1
}