From 582a97c7af0397f09d48281fa30479f34b7c07b7 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 22:49:44 +0100 Subject: [PATCH] Remove shell setup for ctags --- shell/_main.sh | 1 - shell/ctags.sh | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 shell/ctags.sh diff --git a/shell/_main.sh b/shell/_main.sh index 92f4dad..7dff539 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -35,7 +35,6 @@ fi source "$DOTSHELL/emacs.sh" source "$DOTSHELL/git.sh" source "$DOTSHELL/tmux.sh" -source "$DOTSHELL/ctags.sh" source "$DOTSHELL/less.sh" # Development diff --git a/shell/ctags.sh b/shell/ctags.sh deleted file mode 100644 index 5d9757a..0000000 --- a/shell/ctags.sh +++ /dev/null @@ -1,12 +0,0 @@ -# -# ctags -# - -# *nix systems. -if [ -d "/opt/universal-ctags/bin" ]; then - path_prepend "/opt/universal-ctags/bin" -fi - -if [ -d "/opt/global-ctags/bin" ]; then - path_prepend "/opt/global-ctags/bin" -fi