Add ctags shell setup file

This commit is contained in:
2017-03-31 15:25:38 +01:00
parent b30b6b4c50
commit bd0cd9ccdb
2 changed files with 13 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ source "$DOTSHELL/aliases.sh"
source "$DOTSHELL/emacs.sh"
source "$DOTSHELL/git.sh"
source "$DOTSHELL/tmux.sh"
source "$DOTSHELL/ctags.sh"
# Development
source "$DOTSHELL/nodejs.sh"

12
shell/ctags.sh Normal file
View File

@@ -0,0 +1,12 @@
#
# ctags
#
# *nix systems.
if [ -d "/opt/universal-ctags/bin" ]; then
path_append "/opt/universal-ctags/bin"
fi
if [ -d "/opt/global-ctags/bin" ]; then
path_append "/opt/global-ctags/bin"
fi