+ Added run in octave shortcut

This commit is contained in:
ziro 2021-03-06 08:57:56 +07:00
parent eb693a8e70
commit ba50738426
5 changed files with 12 additions and 5 deletions

View file

@ -1,5 +1,5 @@
#!/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
# 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