aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
blob: 75606b24facfa00cf2a57944e4e559d13f40b549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
emulate sh -c 'source /etc/profile'

export QT_STYLE_OVERRIDE=gtk

######### MAKE CABAL BUILDS AVAILABLE #########
[[ -d ~/.cabal/bin ]] && \
	PATH=$PATH:~/.cabal/bin

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

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