Remove shell setup for ctags

This commit is contained in:
2018-07-19 22:49:44 +01:00
parent c841651546
commit 582a97c7af
2 changed files with 0 additions and 13 deletions

View File

@@ -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

View File

@@ -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