The accepted answer will modify your current shell session's history.
A better solution which isolates the running shell is this:
(history -cr "$path_to_hist_file" ; history)
PS: I also made a gist to showcase how to display a file from a remote host through SSH singlehandedly. It adds a bit more complications. Here it is for interested people: