This commit is contained in:
Frank Villaro-Dixon 2013-10-01 13:59:54 +02:00
parent 7a72bb1899
commit 8e84e818fb
2 changed files with 10 additions and 2 deletions

View file

@ -1,8 +1,14 @@
#!/bin/bash
sudo killall wpa_supplicant
while (! sudo netctl start wlan0-eduroam); do true; done
sudo wpa_supplicant -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf &
sudo killall dhcpcd
while (! sudo dhcpcd wlan0); do true; done
#sudo killall wpa_supplicant
#sudo wpa_supplicant -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf &
#sleep 10

View file

@ -133,6 +133,8 @@ inoremap § <esc>/<+.\{-1,}+><return>c/+>/e<return>
"Automatic line wrap/br when writing mails in mutt
au BufRead /dev/shm/mutt-* set tw=80 fo+=aw noautoindent
autocmd BufRead,BufNewFile *.tex set tw=80
"Automatic documentation
autocmd BufNewFile,BufRead *.py set keywordprg=pydoc