summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/mySnippets/mail.snippets16
-rw-r--r--zshrc2
2 files changed, 16 insertions, 2 deletions
diff --git a/vim/mySnippets/mail.snippets b/vim/mySnippets/mail.snippets
index 5bd2e46..293256a 100644
--- a/vim/mySnippets/mail.snippets
+++ b/vim/mySnippets/mail.snippets
@@ -1,11 +1,23 @@
snippet best "Best wishes" b
Best wishes,
-Urbain Vaes
+Urbain
+endsnippet
+
+snippet dear "Email template" b
+Dear ${1:Greg},
+
+${2:# Body of the message}
+
+Best wishes,
+
+${3:Urbain}
endsnippet
snippet sign "Signature" b
-Urbain
+Urbain Vaes,
+Department of Mathematics
+Office 6M09
endsnippet
snippet bisous "Gros bisous" b
diff --git a/zshrc b/zshrc
index 3e34f3f..817ca2b 100644
--- a/zshrc
+++ b/zshrc
@@ -59,6 +59,8 @@ alias mn='vim ~/.mynotes'
alias x='sh ~/.xmodmap'
alias mail='offlineimap'
alias ca='printf "\ec"'
+alias update='sudo apt-get update'
+alias upgrade='sudo apt-get upgrade'
# Configuration
alias ez='vim ~/.zshrc'