make h command usable

This commit is contained in:
Aaron Bieber 2020-07-16 20:27:25 -06:00
parent c0fcd411e0
commit 6bbdc662fc

View File

@ -1,3 +1,3 @@
h() {
history | fzf
fc -ln | fzf | ksh
}