소스 검색

Add ipython configuration (as own subvault)

And since we provide subvaults file, we have to specify also those that
would be normally default.
Alois Mahdal 7 년 전
부모
커밋
eb682e580f
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      dotfiles/dotvault/subvaults
  2. 2
    0
      dotfiles/ipython/profile_default/ipython_config.py

+ 2
- 0
dotfiles/dotvault/subvaults 파일 보기

@@ -0,0 +1,2 @@
1
+ipython/profile_default
2
+config

+ 2
- 0
dotfiles/ipython/profile_default/ipython_config.py 파일 보기

@@ -0,0 +1,2 @@
1
+c.TerminalInteractiveShell.confirm_exit = False
2
+c.TerminalInteractiveShell.display_completions = 'readlinelike'