mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 07:43:31 +01:00
Update to latest per-directory-history
This commit is contained in:
parent
0744acd663
commit
ac6f1a045c
@ -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 New Issue
Block a user