summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-12-08 14:51:36 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-12-08 14:51:36 +0000
commit20e3e95f90f83a3be4f1bcd8663474ccc13b6a3f (patch)
tree3de823a96754d29298e5058b97cef99a9c7ea69f
parent7952fcdd4c3ab966283d4867d132ec82b32a91f2 (diff)
parent0ad6ca29caa4ceabf132fd939d6a20507793614e (diff)
Merge branch 'master' of https://github.com/uvaes/dotfiles
Don't know why this is necessary.
-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'