Skip to content

Commit

Permalink
Add .circ file
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed May 31, 2017
1 parent 8d66f94 commit d1441eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circ
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# add project folder to PATH
projectDir=$(dirname $(realpath $_))
export PATH=${projectDir}:$PATH

# add command autocompletion
complete -W "run validate cleanup" ci

0 comments on commit d1441eb

Please sign in to comment.