index
:
dotfiles
main
My dotfiles (WIP)
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
util
/
hist.sh
blob: e95a0f92acd9589274b38bf494adddc412f40bbf (
plain
)
1
2
3
#!/bin/sh
$(
cat
~/.bash_history
|
fzf
)