Merge branch 'master' of /home/git/Development/dotfiles
This commit is contained in:
commit
9204716d04
1 changed files with 6 additions and 0 deletions
6
scripts/create_tags
Executable file
6
scripts/create_tags
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Create ctags from the current dir and the same dir in the .virtualenvs folder
|
||||
|
||||
PROJECT_NAME=$(basename $PWD)
|
||||
ctags -R $PWD $HOME/.virtualenvs/$PROJECT_NAME
|
||||
mkdir -p $HOME/.tags && mv ./tags $HOME/.tags/$PROJECT_NAME
|
||||
Loading…
Add table
Add a link
Reference in a new issue