diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-01-30 16:01:51 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2014-01-30 16:01:51 -0500 |
commit | 25e98704ec3810727af1aef42ace874189d06f56 (patch) | |
tree | 07431b92698996f378b14529461a6acfcb44483d | |
parent | dcbc5247379fc89ee60749f578dee4b1a7dd9e4e (diff) | |
parent | e3ffaa3726d6468c9708d569caf39d115c0d5253 (diff) | |
download | multihome-25e98704ec3810727af1aef42ace874189d06f56.tar.gz |
Merge branch 'master' of bitbucket.org:jhunkeler/multihome
-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) |