summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-01-20 21:47:05 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-01-20 21:47:05 +0100
commitefc2d025498717ea429a4ec6a422c47b443a84d5 (patch)
treed6010c87b5ce82c7d5ea41af4867e063c6a839f2
parent0e69a0ac0f7b8ca260065c62d8552b006f537ef3 (diff)
downloaddotfiles-efc2d025498717ea429a4ec6a422c47b443a84d5.tar.gz
dotfiles-efc2d025498717ea429a4ec6a422c47b443a84d5.tar.xz
add git sup alias; vimrc: add wildmenu; zshrc: disable correct_all
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.gitconfig1
-rw-r--r--.vimrc5
-rw-r--r--.zshrc4
3 files changed, 8 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index cec3938..6890c97 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -14,6 +14,7 @@
am = am -s
c = cherry -v
b = branch -vv
+ sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b'
[merge]
tool = vimdiff
[push]
diff --git a/.vimrc b/.vimrc
index 246f245..8f75ca3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -34,6 +34,11 @@ set hidden
set display+=lastline
set undofile
+set wildmenu
+set wildmode=full
+set wildignore=*.o,*.a,*.class,*.mo,*.la,*.swp,*.jpg,*.png,*.xpm,*.gif,*.pyc,*~,.git,.svn,.hg,
+
+
let mapleader = ","
call pathogen#infect()
diff --git a/.zshrc b/.zshrc
index 2325583..433983f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -392,8 +392,6 @@ autoload -U zmv
# .. -> cd ../
setopt autocd
-setopt correct_all
-
# cd /etc/**/foo/blub searches ;)
setopt extendedglob
@@ -522,6 +520,8 @@ alias -g vv='|'
autoload -Uz compinit
compinit
+unsetopt correct_all
+
# correct 7etc/foo to /etc/foo
# if anyone has a working solution for /etc7foo please contact me
function _7slash {