mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Remove shell setup for ctags
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user