##// END OF EJS Templates
Added %exit, %quit and %Quit as magics for consistency.
Fernando Perez -
Show More
@@ -2537,6 +2537,9 b' Defaulting color scheme to \'NoColor\'"""'
2537
2537
2538 self.shell.ask_exit()
2538 self.shell.ask_exit()
2539
2539
2540 # Add aliases as magics so all common forms work: exit, quit, Exit, Quit.
2541 magic_exit = magic_quit = magic_Quit = magic_Exit
2542
2540 #......................................................................
2543 #......................................................................
2541 # Functions to implement unix shell-type things
2544 # Functions to implement unix shell-type things
2542
2545
General Comments 0
You need to be logged in to leave comments. Login now