dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

config.py (314B)


      1 c = get_config()
      2 
      3 c.TerminalInteractiveShell.editing_mode = "vi"
      4 c.TerminalIPythonApp.display_banner = False
      5 c.TerminalInteractiveShell.confirm_exit = False
      6 c.TerminalInteractiveShell.enable_tip = False
      7 c.InteractiveShell.separate_in = ""
      8 c.InteractiveShell.separate_out = ""
      9 c.InteractiveShell.separate_out2 = ""