aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/history.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/history.fish')
-rw-r--r--share/completions/history.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/history.fish b/share/completions/history.fish
index e2e5c11a..d1255d49 100644
--- a/share/completions/history.fish
+++ b/share/completions/history.fish
@@ -3,3 +3,5 @@ complete -c history -r -l contains --description "Match history items that conta
complete -c history -l search --description "Print matching history items, which is the default behavior"
complete -c history -l delete --description "Interactively delete matching history items"
complete -c history -l clear --description "Clear your entire history"
+complete -c history -l merge --description "Incorporate history changes from other sessions"
+# --save is not completed; it is for internal use