mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
chore: set name of history in menu to History instead of file
This commit is contained in:
parent
f03f8c0da1
commit
1e899bf18e
2
rl.go
2
rl.go
@ -21,7 +21,7 @@ func newLineReader(prompt string, noHist bool) *lineReader {
|
||||
// but it cant have shared history
|
||||
if !noHist {
|
||||
fileHist = newFileHistory()
|
||||
rl.SetHistoryCtrlR("file", fileHist)
|
||||
rl.SetHistoryCtrlR("History", fileHist)
|
||||
rl.HistoryAutoWrite = false
|
||||
}
|
||||
rl.ShowVimMode = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user