diff options
-rwxr-xr-x | multihome | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ RC=$HOME/.homerc # Elements are delimited by SPACES clusters=( ) -transfer_env=( .*profile .*login .*cshrc* .bash* ) +transfer_env=( .*profile .*login .*cshrc* .bash* .Xauthority .ssh ) # Don't edit these hostname_short=$(hostname -s) |