legacy-dotfiles/.zsh/functions/Makefile
Tom Willemsen 0445ad9f57 zsh: Add venv function
This enables or lists virtual environments
2013-02-06 11:44:04 +01:00

7 lines
284 B
Makefile

DESTDIR:=$(DESTDIR)/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
include ../../dotfiles.mk