diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:34:04 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:34:04 +0100 |
commit | c39a97170290cc220f4c39e9efa58e3a85aa78aa (patch) | |
tree | 8e9fe6deceac570d1933be4ea00f7975d1ea9eb5 | |
parent | Add missing CORES variable (diff) | |
download | util-c39a97170290cc220f4c39e9efa58e3a85aa78aa.tar.bz2 util-c39a97170290cc220f4c39e9efa58e3a85aa78aa.tar.xz util-c39a97170290cc220f4c39e9efa58e3a85aa78aa.zip |
Disable x11 when using shmux
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -299,6 +299,7 @@ else fi PATH=$PATH:~/files/scripts/ +export SHMUX_SSH_OPTS=-x export XAUTHORITY=~/.Xauthority export HISTFILESIZE=15000 export HISTSIZE=${HISTFILESIZE} |