Update ctags.sh

This commit is contained in:
sonny 2019-06-02 19:28:03 +00:00
parent fa9f56a5ed
commit d129b740e6

View file

@ -17,4 +17,4 @@ if [ ! -d $HOME/.tags ]; then
/bin/mkdir $HOME/.tags
fi
/usr/bin/ctags -f "$TAG_DIR/$PROJECT_TAG_FILE" -R --languages=Python,Javascript > /dev/null 2>&1
/usr/bin/ctags -f "$TAG_DIR/$PROJECT_TAG_FILE" -R "$PWD" --languages=Python,Javascript > /dev/null 2>&1