summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-02-03 15:03:21 -0800
committerMike Crute <mike@crute.us>2019-02-03 15:03:21 -0800
commit6065e2d2bef6424c23f41b28ec22029dfed1c841 (patch)
tree1c214b4e82945fbc3a768fb4123eee4aa8745c56 /.bashrc
parentd80b34b8617249030fa2fb034f6deb5aa152bfd8 (diff)
downloaddotfiles-6065e2d2bef6424c23f41b28ec22029dfed1c841.tar.bz2
dotfiles-6065e2d2bef6424c23f41b28ec22029dfed1c841.tar.xz
dotfiles-6065e2d2bef6424c23f41b28ec22029dfed1c841.zip
Switch docker detach key
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index e8e6f49..796e0c0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -310,7 +310,7 @@ have_command play && alias noise='play -n synth brownnoise synth pinknoise mix v
310have_command socat && alias hproxy="socat TCP4-LISTEN:6600,fork SOCKS4:127.0.0.1:172.16.0.166:6600,socksport=9999" 310have_command socat && alias hproxy="socat TCP4-LISTEN:6600,fork SOCKS4:127.0.0.1:172.16.0.166:6600,socksport=9999"
311have_command neomutt && alias mutt=neomutt 311have_command neomutt && alias mutt=neomutt
312 312
313have_command docker && alias docker-interactive="docker run -ti --rm --detach-keys=ctrl-@ -v $HOME:$HOME " 313have_command docker && alias docker-interactive="docker run -ti --rm --detach-keys=ctrl-^ -v $HOME:$HOME "
314 314
315# Subversion aliases 315# Subversion aliases
316if have_command svn; then 316if have_command svn; then