aouaou
This commit is contained in:
parent
29dbca65ee
commit
a8f800e4e7
7 changed files with 17 additions and 2 deletions
1
bashrc
1
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
|
||||
|
|
8
startup.py
Executable file
8
startup.py
Executable 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:
|
||||
|
|
@ -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+>
|
||||
|
||||
|
|
|
@ -46,3 +46,6 @@ genevoises
|
|||
Optionnellement
|
||||
Milankovitch
|
||||
hédonique
|
||||
quartiquement
|
||||
quadratiquement
|
||||
Hopfield
|
||||
|
|
|
@ -71,3 +71,5 @@ géodatabase
|
|||
Transdisciplinarité
|
||||
transdisciplinarité
|
||||
multidisciplinarité
|
||||
recommendatoires
|
||||
Kyoto
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue