summaryrefslogtreecommitdiff
path: root/Link-Them
diff options
context:
space:
mode:
Diffstat (limited to 'Link-Them')
-rwxr-xr-xLink-Them2
1 files changed, 1 insertions, 1 deletions
diff --git a/Link-Them b/Link-Them
index dbfa7e6..44f14e6 100755
--- a/Link-Them
+++ b/Link-Them
@@ -7,7 +7,7 @@ cd "`dirname $0`"
DATE="`date +'%Y%m%d'`"
DIR="`pwd`"
-for file in bash_profile bashrc screenrc vimrc zshrc; do
+for file in bash_profile bashrc screenrc vimrc zshrc zshfunc; do
if ! [ -L "$HOME/.$file" ]; then
[ -e "$HOME/.$file" ] && mv "$HOME/.$file" "$HOME/.$file-$DATE"
ln -s "$DIR/$file" "$HOME/.$file"