diff options
author | katherine <shmibs@shmibbles.me> | 2016-01-22 05:24:38 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-01-22 05:24:38 -0700 |
commit | 8254675dff09cbcf45555136f775a893fe6846a2 (patch) | |
tree | 35ed7b86d170126fa48bcdbb5b3d6ae57ef1f962 /.zprofile | |
parent | 52850cd050a543c5a00eadeec70ed385f9176d98 (diff) | |
parent | 263e556e523ca5817efa4f717d532a5cc1035a5e (diff) | |
download | dotfiles-8254675dff09cbcf45555136f775a893fe6846a2.tar.gz |
Merge branch 'master' of github.com:shmibs/dotfiles
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 |