Add teachers' emails to alias file
This commit is contained in:
parent
46b014b0f4
commit
9e620f2330
|
@ -7,6 +7,8 @@ alias paco carranzafr@ugr.es
|
||||||
alias mesa cdemesa@decsai.ugr.es
|
alias mesa cdemesa@decsai.ugr.es
|
||||||
alias merino cmerino@ugr.es
|
alias merino cmerino@ugr.es
|
||||||
alias carlos carlosrodriguez@ugr.es
|
alias carlos carlosrodriguez@ugr.es
|
||||||
|
alias mari mjesusrodriguez@ugr.es
|
||||||
|
alias bea beap@ugr.es
|
||||||
|
|
||||||
# Uni students
|
# Uni students
|
||||||
alias elenche elenche@correo.ugr.es
|
alias elenche elenche@correo.ugr.es
|
||||||
|
|
|
@ -2,5 +2,5 @@ text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
|
||||||
text/* ; vim %s ; edit=vim %s ; compose=vim %s ; needsterminal
|
text/* ; vim %s ; edit=vim %s ; compose=vim %s ; needsterminal
|
||||||
image/*; sxiv %s ; copiousoutput
|
image/*; sxiv %s ; copiousoutput
|
||||||
application/pdf; zathura %s ;
|
application/pdf; zathura %s ;
|
||||||
application/docx; libreoffice %s ;
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;
|
||||||
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
||||||
|
|
Loading…
Reference in New Issue