aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
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