various shit

This commit is contained in:
Frank Villaro-Dixon 2016-06-13 11:00:37 +02:00
parent 01d8318e08
commit 49fd83cca2
6 changed files with 16 additions and 9 deletions

View file

@ -89,7 +89,7 @@ case $1 in
"dual") "dual")
xrandr --output $LVDS --auto --rotate normal \ xrandr --output $LVDS --auto --rotate normal \
--output $VGA --auto --rotate normal \ --output $VGA --auto --rotate normal \
--right-of $LVDS --left-of $LVDS
;; ;;
"CV") "CV")
xrandr --output $LVDS --auto --rotate normal \ xrandr --output $LVDS --auto --rotate normal \

1
bashrc
View file

@ -618,6 +618,7 @@ export PATH=$PATH:~/Programmation/dotfiles/Utils
export HISTCONTROL=erasedups export HISTCONTROL=erasedups
export HISTSIZE=99999999 export HISTSIZE=99999999
HISTTIMEFORMAT="%d/%m/%y %T "
# }}} # }}}
export PATH="$HOME/opt/cross/bin:$PATH" export PATH="$HOME/opt/cross/bin:$PATH"
export PATH="$HOME/.gem/ruby/2.2.0/bin:$PATH" export PATH="$HOME/.gem/ruby/2.2.0/bin:$PATH"

View file

@ -1,6 +1,7 @@
image/*; eog %s image/*; eog %s
#text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput #text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
text/html; firefox %s text/html; lynx -dump -localhost -force_html -width 80 %s; copiousoutput
#text/html; firefox %s
audio/*; vlc %s audio/*; vlc %s
application/pdf; evince %s application/pdf; evince %s
application/msword; libreoffice %s application/msword; libreoffice %s

View file

@ -7,7 +7,7 @@ IdentityFile ~/.ssh/id_dsa
# KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 # KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
###Compression yes ###Compression yes
#
host vi-di.fr host vi-di.fr
hostname 178.250.210.95 hostname 178.250.210.95
port 1337 port 1337
@ -19,10 +19,6 @@ host git.vi-di.fr
user git user git
port 1337 port 1337
host aeipi
hostname 129.194.70.30
user root
host bor-git host bor-git
hostname 94.23.42.46 hostname 94.23.42.46
user git user git
@ -61,6 +57,11 @@ host scylla
host darwin.maison.local host darwin.maison.local
ProxyCommand ssh vi-di.fr -W %h:%p ProxyCommand ssh vi-di.fr -W %h:%p
host ise990 host lilakes
port 22123 port 22123
hostname 129.194.173.214 hostname 129.194.173.214
host erivers
port 22123
#2001:620:600:ac00:1a03:73ff:fe23:fc23/
hostname 129.194.173.249

View file

@ -83,3 +83,7 @@ dont/!
Un/! Un/!
MWh MWh
spirulina spirulina
renouvable/!
vous/!
dict
vous

View file

@ -177,7 +177,7 @@ autocmd BufRead,BufNewFile *.md set filetype=markdown tw=80 fo+=aw
"Automatic documentation "Automatic documentation
autocmd BufNewFile,BufRead *.py set keywordprg=pydoc autocmd BufNewFile,BufRead *.py set keywordprg=pydoc ts=4 sw=4 noexpandtab
autocmd BufNewFile,BufRead *.php set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.php.sh 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 *.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 autocmd BufNewFile,BufRead *.m set ts=4 sw=4 keywordprg=~/.vim/scripts/doc.octave.sh