aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
blob: b1f3b26dff0cd487414c9e331737760b09b37bd6 (plain)
1
2
3
4
5
6
7
8
emulate sh -c 'source /etc/profile'

export QT_STYLE_OVERRIDE=gtk

############# CONNECTING OVER SSH #############
if [[ -a ~/.zprofile-dtach ]]; then
	source ~/.zprofile-dtach
fi