Skip to content

Instantly share code, notes, and snippets.

@harish2704
Created January 18, 2020 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harish2704/99261547bab6b835fec929273a72083b to your computer and use it in GitHub Desktop.
Save harish2704/99261547bab6b835fec929273a72083b to your computer and use it in GitHub Desktop.
Create a new bash session and save/load all the command history in current directory
#!/usr/bin/env bash
export HISTFILE=$PWD/.bash_history
bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment