Kieran Spear
Results
2
comments of
Kieran Spear
@axonasif Unfortunately it looks like `HISTFILE` gets [truncated at workspace startup](https://github.com/gitpod-io/gitpod/blob/1d8fe14c23ee852db8234975b330dd365ea63357/components/ide/code/startup.sh#L12), so you only get history from the (n-1)th session, and only in task terminals (which happen to start early...
@axonasif We actually applied a very similar change to your draft PR to our own Docker image, and this is where we discovered the truncation problem. Doing it in dotfiles...