Update ctags.sh
This commit is contained in:
parent
fa9f56a5ed
commit
d129b740e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue