From 14baf934355e28bc8c3b6ddb11700708abb932f2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Apr 2017 11:21:55 +0100 Subject: [PATCH] Fix ctags shell setup --- shell/ctags.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/ctags.sh b/shell/ctags.sh index ebd5d33..5d9757a 100644 --- a/shell/ctags.sh +++ b/shell/ctags.sh @@ -4,9 +4,9 @@ # *nix systems. if [ -d "/opt/universal-ctags/bin" ]; then - path_append "/opt/universal-ctags/bin" + path_prepend "/opt/universal-ctags/bin" fi if [ -d "/opt/global-ctags/bin" ]; then - path_append "/opt/global-ctags/bin" + path_prepend "/opt/global-ctags/bin" fi