mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
More history functions.
This commit is contained in:
@@ -24,3 +24,11 @@ histmode() {
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
histsearch() {
|
||||
fc -l -m "${1}" 1
|
||||
}
|
||||
|
||||
histbrowse() {
|
||||
fc -l 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user