dotfiles/.config/python/pyrc
ziro 34a791751c + PS2 now unique to prevent confusion
+ Added custom python prompt theme
2020-11-07 06:57:37 +07:00

5 lines
184 B
Python
Executable file

#!/usr/bin/env python3
import sys
import os
sys.ps1='\x1b[1;49;34m\n{}\n\x1b[1;49;32m!>\x1b[0m '.format(os.getlogin()) # bright yellow
sys.ps2='\x1b[1;49;34m?>\x1b[0m ' # bright red