Skip to content

Commit b6bc9df

Browse files
committed
Alias to create m shortcut
1 parent c9ea170 commit b6bc9df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/m_shortcut

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo "alias m=\"$VIRTUAL_ENV/bin/python $(pwd)/manage.py\"" >> $VIRTUAL_ENV/bin/postactivate
2+
echo "unalias m" >> $VIRTUAL_ENV/bin/postdeactivate

0 commit comments

Comments
 (0)