various shit
This commit is contained in:
parent
01d8318e08
commit
49fd83cca2
6 changed files with 16 additions and 9 deletions
|
@ -89,7 +89,7 @@ case $1 in
|
|||
"dual")
|
||||
xrandr --output $LVDS --auto --rotate normal \
|
||||
--output $VGA --auto --rotate normal \
|
||||
--right-of $LVDS
|
||||
--left-of $LVDS
|
||||
;;
|
||||
"CV")
|
||||
xrandr --output $LVDS --auto --rotate normal \
|
||||
|
|
1
bashrc
1
bashrc
|
@ -618,6 +618,7 @@ export PATH=$PATH:~/Programmation/dotfiles/Utils
|
|||
|
||||
export HISTCONTROL=erasedups
|
||||
export HISTSIZE=99999999
|
||||
HISTTIMEFORMAT="%d/%m/%y %T "
|
||||
# }}}
|
||||
export PATH="$HOME/opt/cross/bin:$PATH"
|
||||
export PATH="$HOME/.gem/ruby/2.2.0/bin:$PATH"
|
||||
|
|
3
mailcap
3
mailcap
|
@ -1,6 +1,7 @@
|
|||
image/*; eog %s
|
||||
#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
|
||||
application/pdf; evince %s
|
||||
application/msword; libreoffice %s
|
||||
|
|
13
ssh/config
13
ssh/config
|
@ -7,7 +7,7 @@ IdentityFile ~/.ssh/id_dsa
|
|||
# KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||
|
||||
###Compression yes
|
||||
|
||||
#
|
||||
host vi-di.fr
|
||||
hostname 178.250.210.95
|
||||
port 1337
|
||||
|
@ -19,10 +19,6 @@ host git.vi-di.fr
|
|||
user git
|
||||
port 1337
|
||||
|
||||
host aeipi
|
||||
hostname 129.194.70.30
|
||||
user root
|
||||
|
||||
host bor-git
|
||||
hostname 94.23.42.46
|
||||
user git
|
||||
|
@ -61,6 +57,11 @@ host scylla
|
|||
host darwin.maison.local
|
||||
ProxyCommand ssh vi-di.fr -W %h:%p
|
||||
|
||||
host ise990
|
||||
host lilakes
|
||||
port 22123
|
||||
hostname 129.194.173.214
|
||||
|
||||
host erivers
|
||||
port 22123
|
||||
#2001:620:600:ac00:1a03:73ff:fe23:fc23/
|
||||
hostname 129.194.173.249
|
||||
|
|
|
@ -83,3 +83,7 @@ dont/!
|
|||
Un/!
|
||||
MWh
|
||||
spirulina
|
||||
renouvable/!
|
||||
vous/!
|
||||
dict
|
||||
vous
|
||||
|
|
|
@ -177,7 +177,7 @@ autocmd BufRead,BufNewFile *.md set filetype=markdown tw=80 fo+=aw
|
|||
|
||||
|
||||
"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 *.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
|
||||
|
|
Loading…
Reference in a new issue