index
:
dotfiles
main
My personal dotfiles and scripts
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
util
/
hist.sh
blob: 16b771744cafce505bbd3fd9bfe3249952ab8ad1 (
plain
)
1
2
3
#!/bin/sh
$(
cat
"
$HISTFILE
"
|
fzf
)