summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-16 06:56:53 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commite8b5cc4e33cc2de38f290f747a00ecfdfafa140e (patch)
treec43da54470c717e0920a1b5882461e1bc8761bdf /zshrc
parent941601ba04bc3abc64f7c0a385f0d78f89d3d1e4 (diff)
downloadconf-e8b5cc4e33cc2de38f290f747a00ecfdfafa140e.tar.gz
conf-e8b5cc4e33cc2de38f290f747a00ecfdfafa140e.zip
split aliases and functions apart
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 2b0ffe8..06503c4 100644
--- a/zshrc
+++ b/zshrc
@@ -19,6 +19,7 @@ case ${TERM} in
esac # }}}
# aliases {{{
[ -f "$HOME/.aliases" ] && source $HOME/.aliases
+[ -f "$HOME/.functions" ] && source $HOME/.functions
mkdir -p $HOME/.vim/data/hist
function vim {
local zsh_hist_fname