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