From 1293ab97d100af7536ca1d8312dfa745f34ccdfe Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 13 Feb 2016 22:13:16 +0100 Subject: bashrc: it's safe to remove container in td's case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 78dacea..5785954 100644 --- a/bashrc +++ b/bashrc @@ -104,6 +104,7 @@ td() { -v $HOME/.vim:/root/.vim:ro \ -e TERM=xterm-256color \ -e EDITOR=vim \ + --rm \ --detach-keys "ctrl-a,a" \ mssola/td:latest --tlsverify=false "$@" } -- cgit v1.2.3