Initial commit

This commit is contained in:
2016-10-01 08:23:58 -04:00
commit 0d9a54719a
23 changed files with 460 additions and 0 deletions

8
pythonrc Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python
import sys
# Primary prompt: (>>> ) in magenta
sys.ps1 = '\033[1;35m>>>\033[0m '
# Secondary prompt: (... ) in red
sys.ps2 = '\033[1;31m...\033[0m '