diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ 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" |