Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 184 Bytes

zsh_notes.md

File metadata and controls

8 lines (7 loc) · 184 Bytes
    # Merge ZSH history
    builtin fc -R -I "$hist_file"
    builtin fc -R -I "$another_hist_file"

    # write the loaded history to HISTFILE
    builtin fc -W "$HISTFILE"