diff --git a/bashrc b/bashrc index 281ec67..8db4af5 100644 --- a/bashrc +++ b/bashrc @@ -616,6 +616,7 @@ export HISTSIZE=999999 # }}} export PATH="$HOME/opt/cross/bin:$PATH" export PATH="/home/frank/.gem/ruby/2.0.0/bin/:$PATH" +export PYTHONSTARTUP=~/Programmation/dotfiles/startup.py #Launch startx when login [[ -z $DISPLAY && $XDG_VTNR -le 4 && -z $SSH_CLIENT ]] && exec startx diff --git a/startup.py b/startup.py new file mode 100755 index 0000000..8863fd5 --- /dev/null +++ b/startup.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +print("Auto loading (dotfiles/startup.py)") +import numpy as np + +# vim: set ts=4 sw=4 noet: + diff --git a/vim/skeletons/skel.py b/vim/skeletons/skel.py index 6f2e5e7..ad78d8f 100644 --- a/vim/skeletons/skel.py +++ b/vim/skeletons/skel.py @@ -1,5 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- +## Frank@Villaro-Dixon.eu - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, etc. <+CODE+> diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add index 0b4085e..5d02323 100644 --- a/vim/spell/en.utf-8.add +++ b/vim/spell/en.utf-8.add @@ -46,3 +46,6 @@ genevoises Optionnellement Milankovitch hédonique +quartiquement +quadratiquement +Hopfield diff --git a/vim/spell/fr.utf-8.add b/vim/spell/fr.utf-8.add index 1a18c25..f6712a0 100644 --- a/vim/spell/fr.utf-8.add +++ b/vim/spell/fr.utf-8.add @@ -71,3 +71,5 @@ géodatabase Transdisciplinarité transdisciplinarité multidisciplinarité +recommendatoires +Kyoto diff --git a/vim/spell/fr.utf-8.add.spl b/vim/spell/fr.utf-8.add.spl index f3d0cc4..f30fea5 100644 Binary files a/vim/spell/fr.utf-8.add.spl and b/vim/spell/fr.utf-8.add.spl differ diff --git a/vim/vimrc b/vim/vimrc index afb7236..13abe65 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -162,7 +162,7 @@ au BufRead /dev/shm/mutt-* set tw=74 fo+=aw noautoindent autocmd BufRead,BufNewFile *.markdown set tw=80 fo+=aw autocmd BufRead,BufNewFile *.tex set filetype=tex tw=80 fo+=aw -autocmd BufRead,BufNewFile *.latex set tw=80 fo+=aw ts=4 +autocmd BufRead,BufNewFile *.latex set tw=80 fo+=aw ts=4 sw=4 autocmd BufRead,BufNewFile *.lista set filetype=lisp autocmd BufRead,BufNewFile *.xml set ts=4 sw=4 autocmd BufRead,BufNewFile *.md set filetype=markdown tw=80 fo+=aw