From f4cb82b99daf3e2f848a504b4acfe809a7ae5970 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 14 Jan 2016 10:39:53 +0000 Subject: remote session with dtach --- .zprofile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.zprofile') 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 -- cgit v1.2.3