From f3e6d64626a67c78f0a8bf401fe7478011a541a4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 31 Mar 2009 17:31:56 +0200 Subject: [PATCH] zsh: Make sure entries in $fpath are unique. --- zsh/rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/rc b/zsh/rc index 26271b3..0370fb0 100644 --- a/zsh/rc +++ b/zsh/rc @@ -32,6 +32,8 @@ setopt ignoreeof # FUNCTION SETTINGS +# Make sure every entry in $fpath is unique. +typeset -U fpath # Set correct fpath to allow loading my functions (including completion # functions). fpath=(~/.zsh/functions $fpath) -- 2.44.1