summaryrefslogtreecommitdiffstats
path: root/.zsh/functions
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-14 01:03:11 +0200
committerGravatar Tom Willemse2013-04-14 01:03:11 +0200
commitd8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d (patch)
tree969fbf2d6ae4172240b41b59fc63f5c068fb5e21 /.zsh/functions
parent9ab70194a65f1d7ab726aaacdb43a58a02a048b6 (diff)
downloaddotfiles-d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d.tar.gz
dotfiles-d8aa1d0ed1cc726ea3d7cd6a39e0f57379d2142d.zip
Have the install command uninstall first
The new uninstall functionality tries to remove any "orphan" files. Files that were installed during the last install, but will not be installed this time (because of removal, not necessity).
Diffstat (limited to '.zsh/functions')
-rw-r--r--.zsh/functions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/Makefile b/.zsh/functions/Makefile
index baf5c6b..d410977 100644
--- a/.zsh/functions/Makefile
+++ b/.zsh/functions/Makefile
@@ -1,4 +1,4 @@
-DESTDIR:=$(DESTDIR)/functions
+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 \