commit abfadd9cfa26ab2e9109b7fe5a59c35aa2ab320b
parent fd5b02d104102bd6556d53d7855057c4a52f706c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 27 Dec 2014 17:23:22 +0100
Merge branch 'master' of gitorious.org:myconfig/myconfig
Diffstat:
4 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -3,3 +3,5 @@ vim/.netrwhist
vim/autoload/
vim/perso
vim/spell/
+vim/bundle
+private.git
diff --git a/apt/notmuch b/apt/notmuch
@@ -0,0 +1,6 @@
+libxapian-dev
+libgmime-2.6-dev
+libtalloc-dev
+libmail-box-perl
+libstring-shellquote-perl
+libterm-readline-gnu-perl
diff --git a/gtk/gtkrc-2.0 b/gtk/gtkrc-2.0
@@ -0,0 +1 @@
+gtk-font-name = "DejaVu Sans 8"
diff --git a/zsh/zshrc b/zsh/zshrc
@@ -166,7 +166,7 @@ export LASTDIR="/"
# fails with spaces in some cases
function precmd () {
# Remember where we are:
- pwd > ~/.lastdir
+ #pwd > ~/.lastdir
# Record new directory on change.
#newdir=`pwd`