mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Update to latest per-directory-history
This commit is contained in:
parent
0744acd663
commit
ac6f1a045c
1 changed files with 21 additions and 21 deletions
|
@ -108,8 +108,8 @@ function _per-directory-history-change-directory() {
|
|||
}
|
||||
|
||||
function _per-directory-history-addhistory() {
|
||||
print -sr -- ${1%%$'\n'}
|
||||
fc -a -p $_per_directory_history_directory
|
||||
print -Sr -- ${1%%$'\n'}
|
||||
fc -p $_per_directory_history_directory
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue