This commit is contained in:
Frank Villaro-Dixon 2015-03-10 22:39:37 +01:00
parent 29dbca65ee
commit a8f800e4e7
7 changed files with 17 additions and 2 deletions

1
bashrc
View file

@ -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

8
startup.py Executable file
View file

@ -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:

View file

@ -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+>

View file

@ -46,3 +46,6 @@ genevoises
Optionnellement
Milankovitch
hédonique
quartiquement
quadratiquement
Hopfield

View file

@ -71,3 +71,5 @@ géodatabase
Transdisciplinarité
transdisciplinarité
multidisciplinarité
recommendatoires
Kyoto

Binary file not shown.

View file

@ -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