From 9dfa8a67f6a4d667a8071eada5bce97f72737c5d Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 16 Aug 2017 14:57:54 -0700 Subject: [PATCH] Fix typo --- runcoms/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcoms/zprofile b/runcoms/zprofile index b5eac2e..acd7742 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -36,7 +36,7 @@ fi # Ensure path arrays do not contain duplicates. typeset -gU cdpath fpath mailpath path -# Set the the list of directories that cd searches. +# Set the list of directories that cd searches. # cdpath=( # $cdpath # )