random
This commit is contained in:
parent
89f7953319
commit
cd10a21301
9 changed files with 18 additions and 3586 deletions
|
@ -43,7 +43,7 @@ while true; do
|
|||
echo "lt 56"
|
||||
REFRESH=5
|
||||
elif [ $TEMP -lt 66 ]; then
|
||||
set_fan 2
|
||||
set_fan 3
|
||||
echo "lt 66"
|
||||
REFRESH=4
|
||||
elif [ $TEMP -lt 70 ]; then
|
||||
|
|
1
bashrc
1
bashrc
|
@ -128,6 +128,7 @@ alias push='git push'
|
|||
|
||||
alias makew='make'
|
||||
alias mkae='make'
|
||||
alias mak='make'
|
||||
alias amek='make'
|
||||
|
||||
alias BSI2='cd ~/Documents/Studies/BSI2*/'
|
||||
|
|
2
mailcap
2
mailcap
|
@ -1,4 +1,4 @@
|
|||
image/*; feh %s
|
||||
image/*; eog %s
|
||||
#text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
|
||||
text/html; firefox %s
|
||||
audio/*; vlc %s
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
% Lenny, Conny ,Bjarne, Rejne, Glenn, Sonny, PetersLenny, Bjornstrup
|
||||
\usepackage[Sonny]{fncychap}
|
||||
\usepackage[Lenny]{fncychap}
|
||||
|
||||
%\usepackage{fancyhdr}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -40,3 +40,6 @@ Sion
|
|||
Cryosphère
|
||||
hydrobiologie
|
||||
piétonisation
|
||||
CADéco
|
||||
genevoises
|
||||
Évolène
|
||||
|
|
|
@ -62,3 +62,12 @@ subsection
|
|||
bachelor
|
||||
Multidisciplinarité
|
||||
nommage
|
||||
Shannon
|
||||
Hamming
|
||||
Viterbi
|
||||
Channel
|
||||
géodatabases
|
||||
géodatabase
|
||||
Transdisciplinarité
|
||||
transdisciplinarité
|
||||
multidisciplinarité
|
||||
|
|
Binary file not shown.
|
@ -175,6 +175,8 @@ autocmd BufNewFile,BufRead *.py set keywordprg=pydoc
|
|||
autocmd BufNewFile,BufRead *.php set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.php.sh
|
||||
autocmd BufNewFile,BufRead *.R set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.R.sh
|
||||
autocmd BufNewFile,BufRead *.m set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.octave.sh
|
||||
"Yeah, well, fuck you !
|
||||
autocmd BufNewFile,BufRead *.rs set noexpandtab
|
||||
|
||||
"Merci Nemolivier ;)
|
||||
vmap ,w :<C-U>!firefox "http://fr.wikipedia.org/wiki/<cword>" >& /dev/null<CR><CR>
|
||||
|
|
Loading…
Reference in a new issue