##// END OF EJS Templates
remove redundant cls alias on Windows...
MinRK -
Show More
@@ -379,9 +379,6 b' class TerminalInteractiveShell(InteractiveShell):'
379 379 if os.name == 'posix':
380 380 aliases = [('clear', 'clear'), ('more', 'more'), ('less', 'less'),
381 381 ('man', 'man')]
382 elif os.name == 'nt':
383 aliases = [('cls', 'cls')]
384
385 382
386 383 for name, cmd in aliases:
387 384 self.alias_manager.soft_define_alias(name, cmd)
General Comments 0
You need to be logged in to leave comments. Login now