mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01: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() {
|
function _per-directory-history-addhistory() {
|
||||||
print -sr -- ${1%%$'\n'}
|
print -Sr -- ${1%%$'\n'}
|
||||||
fc -a -p $_per_directory_history_directory
|
fc -p $_per_directory_history_directory
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue