diff options
author | katherine <shmibs@shmibbles.me> | 2016-01-14 10:39:53 +0000 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-01-14 10:39:53 +0000 |
commit | f4cb82b99daf3e2f848a504b4acfe809a7ae5970 (patch) | |
tree | 74faa090a51ba5cbff3a51560f1d56b7fb7d2ba3 /.zprofile | |
parent | c0255be3de8e984106881ad8955bc14774e4cc21 (diff) | |
download | dotfiles-f4cb82b99daf3e2f848a504b4acfe809a7ae5970.tar.gz |
remote session with dtach
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ emulate sh -c 'source /etc/profile' export QT_STYLE_OVERRIDE=gtk + +############# CONNECTING OVER SSH ############# +if [[ -a ~/.zprofile-dtach ]]; then + source ~/.zprofile-dtach +fi |