Răsfoiți Sursa

update modules, remove unnecessary aliases, add man color, change glh

Weiyi Lou 12 ani în urmă
părinte
comite
4b9179b870

+ 1 - 1
mongo/mongo-hacker

@@ -1 +1 @@
-Subproject commit 7f028fc22d3d4de7eeb1b92f0a77f5cb374e5bcd
+Subproject commit 51e5c10974459416627df607324d15941def7ee5

+ 1 - 1
tmux/rainbarf

@@ -1 +1 @@
-Subproject commit 483f9a887d079a6d38aa594efc7769216e54fc5f
+Subproject commit 7c07112fdad068bead8b1ffca94baa32e2ba27cb

+ 1 - 1
tmux/tmux-colors-solarized

@@ -1 +1 @@
-Subproject commit 8d9edb6f1ace46c655b042532e10c5059d273178
+Subproject commit 91c50cf61112601307fec7124a7d7413480460ca

+ 1 - 1
zsh/oh-my-zsh

@@ -1 +1 @@
-Subproject commit 66a33b80c3c5c768bab0fd4bbed37851fcc01675
+Subproject commit d485044169c2ac18e9e8e7fe29f7d4d93864168a

+ 0 - 1
zsh/omz-custom/correction.zsh

@@ -1,6 +1,5 @@
 # Don't suggest corrections for these commands, in inclusion to omz's defaults
 alias cp='nocorrect cp'
-alias mv='nocorrect mv'
 alias ln='nocorrect ln'
 alias touch='nocorrect touch'
 

+ 1 - 2
zsh/omz-custom/git.zsh

@@ -34,7 +34,6 @@ alias ga.='git add -A .'
 alias gap='git add -p'
 
 alias gs='git status'
-alias gd='git diff'
 alias gds='git diff --staged'
 
 alias gcob='git checkout -b'
@@ -49,7 +48,7 @@ alias gl='git log --graph --date=short --pretty='$GIT_LOG_FORMAT
 alias gla='gl --all'
 # concise, branch and tag log with train tracks (some merge commits unavoidable)
 alias glb='gl --simplify-by-decoration'
-alias glh='gl | head'
+alias glh='gl --max-count=15'
 alias glp='git log --graph --decorate --patch'
 # useful when you want to have a visual on file changes
 alias gls='git log --graph --decorate --stat'

+ 1 - 1
zsh/zshrc

@@ -30,7 +30,7 @@ COMPLETION_WAITING_DOTS="true"
 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
 # Example format: plugins=(rails git textmate ruby lighthouse)
-plugins=(git vi-mode)
+plugins=(git vi-mode colored-man)
 
 source $ZSH/oh-my-zsh.sh