summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:34:04 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:34:04 +0100
commitc39a97170290cc220f4c39e9efa58e3a85aa78aa (patch)
tree8e9fe6deceac570d1933be4ea00f7975d1ea9eb5
parentAdd missing CORES variable (diff)
downloadutil-c39a97170290cc220f4c39e9efa58e3a85aa78aa.tar.bz2
util-c39a97170290cc220f4c39e9efa58e3a85aa78aa.tar.xz
util-c39a97170290cc220f4c39e9efa58e3a85aa78aa.zip
Disable x11 when using shmux
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 0dac387..b302dd6 100644
--- a/bashrc
+++ b/bashrc
@@ -299,6 +299,7 @@ else
fi
PATH=$PATH:~/files/scripts/
+export SHMUX_SSH_OPTS=-x
export XAUTHORITY=~/.Xauthority
export HISTFILESIZE=15000
export HISTSIZE=${HISTFILESIZE}