aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2016-02-13 22:13:16 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2016-02-13 22:13:16 +0100
commit1293ab97d100af7536ca1d8312dfa745f34ccdfe (patch)
tree7c6e53309ca5663efd29f0f4aa11b0fb7d220857 /bashrc
parentb92f1c2161a4f4f2fb480fc04d92cb0344447ebe (diff)
downloaddotfiles-1293ab97d100af7536ca1d8312dfa745f34ccdfe.tar.gz
dotfiles-1293ab97d100af7536ca1d8312dfa745f34ccdfe.zip
bashrc: it's safe to remove container in td's case
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
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 "$@"
}