mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix ctags shell setup
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
# *nix systems.
|
# *nix systems.
|
||||||
if [ -d "/opt/universal-ctags/bin" ]; then
|
if [ -d "/opt/universal-ctags/bin" ]; then
|
||||||
path_append "/opt/universal-ctags/bin"
|
path_prepend "/opt/universal-ctags/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "/opt/global-ctags/bin" ]; then
|
if [ -d "/opt/global-ctags/bin" ]; then
|
||||||
path_append "/opt/global-ctags/bin"
|
path_prepend "/opt/global-ctags/bin"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user