Skip to content

Instantly share code, notes, and snippets.

@pgeraghty
Created June 26, 2020 11:57
Show Gist options
  • Save pgeraghty/a2a59569f9c66820c5cdb394f4ce0fea to your computer and use it in GitHub Desktop.
Save pgeraghty/a2a59569f9c66820c5cdb394f4ce0fea to your computer and use it in GitHub Desktop.
VS Code Settings - per-project shell history
{
"terminal.integrated.env.linux": {
"PROMPT_COMMAND": "history -a",
"HISTFILE":"${workspaceFolder}/.sh_history"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment