aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-14 10:39:53 +0000
committerkatherine <shmibs@shmibbles.me>2016-01-14 10:39:53 +0000
commitf4cb82b99daf3e2f848a504b4acfe809a7ae5970 (patch)
tree74faa090a51ba5cbff3a51560f1d56b7fb7d2ba3 /.zprofile
parentc0255be3de8e984106881ad8955bc14774e4cc21 (diff)
downloaddotfiles-f4cb82b99daf3e2f848a504b4acfe809a7ae5970.tar.gz
remote session with dtach
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index 1fdd034..b1f3b26 100644
--- a/.zprofile
+++ b/.zprofile
@@ -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