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