mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Merge branch 'master' of https://github.com./Matir/skel
This commit is contained in:
4
dotfiles/ipython.py
Normal file
4
dotfiles/ipython.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import os, IPython
|
||||||
|
os.environ['PYTHONSTARTUP'] = '' # Prevent running this again
|
||||||
|
IPython.start_ipython()
|
||||||
|
raise SystemExit
|
||||||
@@ -21,6 +21,7 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
|
|||||||
Plugin 'Matt-Deacalion/vim-systemd-syntax'
|
Plugin 'Matt-Deacalion/vim-systemd-syntax'
|
||||||
Plugin 'fatih/vim-go'
|
Plugin 'fatih/vim-go'
|
||||||
Plugin 'vhda/verilog_systemverilog.vim'
|
Plugin 'vhda/verilog_systemverilog.vim'
|
||||||
|
Plugin 'editorconfig/editorconfig-vim'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
3
dotfiles/zshrc.d/ipython.zsh
Normal file
3
dotfiles/zshrc.d/ipython.zsh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
if which ipython >/dev/null 2>/dev/null ; then
|
||||||
|
export PYTHONSTARTUP="${HOME}/.ipython.py"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user