From 0445ad9f57b2402bb0030046c96dce6a3745d989 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 6 Feb 2013 11:44:04 +0100 Subject: zsh: Add venv function This enables or lists virtual environments --- .zsh/functions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/functions/Makefile') diff --git a/.zsh/functions/Makefile b/.zsh/functions/Makefile index 670c57c..baf5c6b 100644 --- a/.zsh/functions/Makefile +++ b/.zsh/functions/Makefile @@ -2,6 +2,6 @@ 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 + update_current_git_vars welcome venv include ../../dotfiles.mk -- cgit v1.2.3-54-g00ecf