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

export QT_STYLE_OVERRIDE=gtk

########## MAKE USER FUNCS AVAILABLE ##########
[[ -d ~/.config/init/funcs/ ]] && \
	PATH="$PATH:$HOME/.config/init/funcs"

############# CONNECTING OVER SSH #############
[[ -f ~/.zprofile-dtach ]] && \
	source ~/.zprofile-dtach