mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-22 04:13:22 -05:00
5 lines
89 B
Fish
5 lines
89 B
Fish
|
function sync_history --on-event fish_preexec
|
||
|
history --save
|
||
|
history --merge
|
||
|
end
|