diff options
author | Matthew Lemon <y@yulqen.org> | 2024-08-01 20:21:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-08-01 20:21:33 +0100 |
commit | 15754620af6aad7a7b8900abfc1a4bb449eec2b2 (patch) | |
tree | 2254a3bf60d097dd02fc06440d0a0cf6cb19f555 /.devcontainer/bashrc.override.sh | |
parent | 9b7839bb128fef31e8d3418f4308b59b6cb8e93a (diff) |
Deletes a bunch of bullshit files I don't need.
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/bashrc.override.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.devcontainer/bashrc.override.sh b/.devcontainer/bashrc.override.sh deleted file mode 100644 index bedddf6..0000000 --- a/.devcontainer/bashrc.override.sh +++ /dev/null @@ -1,20 +0,0 @@ - -# -# .bashrc.override.sh -# - -# persistent bash history -HISTFILE=~/.bash_history -PROMPT_COMMAND="history -a; $PROMPT_COMMAND" - -# set some django env vars -source /entrypoint - -# restore default shell options -set +o errexit -set +o pipefail -set +o nounset - -# start ssh-agent -# https://code.visualstudio.com/docs/remote/troubleshooting -eval "$(ssh-agent -s)" |