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