aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile7
1 files changed, 5 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index b1f3b26..195e549 100644
--- a/.zprofile
+++ b/.zprofile
@@ -2,7 +2,10 @@ 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 #############
-if [[ -a ~/.zprofile-dtach ]]; then
+[[ -f ~/.zprofile-dtach ]] && \
source ~/.zprofile-dtach
-fi