aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-22 05:24:38 -0700
committerkatherine <shmibs@shmibbles.me>2016-01-22 05:24:38 -0700
commit8254675dff09cbcf45555136f775a893fe6846a2 (patch)
tree35ed7b86d170126fa48bcdbb5b3d6ae57ef1f962 /.zprofile
parent52850cd050a543c5a00eadeec70ed385f9176d98 (diff)
parent263e556e523ca5817efa4f717d532a5cc1035a5e (diff)
downloaddotfiles-8254675dff09cbcf45555136f775a893fe6846a2.tar.gz
Merge branch 'master' of github.com:shmibs/dotfiles
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