summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-24 02:43:56 +0200
committerGravatar Tom Willemse2013-04-24 02:43:56 +0200
commit370726e0ccc14eab5f0736fc3f07efbad64d2943 (patch)
tree581ecac3603e1017a28dce9ce090872d81abb6f0 /.zsh/functions/Makefile
parentd9323f0c017dddccfc0a107690736477527ea33f (diff)
downloaddotfiles-370726e0ccc14eab5f0736fc3f07efbad64d2943.tar.gz
dotfiles-370726e0ccc14eab5f0736fc3f07efbad64d2943.zip
Move PATHS to .zshrc
And use a new function to make it clean
Diffstat (limited to '.zsh/functions/Makefile')
-rw-r--r--.zsh/functions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/Makefile b/.zsh/functions/Makefile
index d410977..617d883 100644
--- a/.zsh/functions/Makefile
+++ b/.zsh/functions/Makefile
@@ -2,6 +2,6 @@ SUBDIR=functions
objects=chpwd_show_todo chpwd_update_git_vars env get_cnt line \
precmd_maybe_festival precmd_update_git_vars precmd_update_updates \
preexec_update_vars prompt prompt_git_info rprompt \
- update_current_git_vars welcome venv
+ update_current_git_vars welcome venv add-to-list
include ../../dotfiles.mk