unige.sh
This commit is contained in:
parent
7a72bb1899
commit
8e84e818fb
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue