+ Added run in octave shortcut
This commit is contained in:
parent
eb693a8e70
commit
ba50738426
5 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue