miscellaneous changes of the last few weeks

This commit is contained in:
hellerve
2017-01-09 17:24:26 +01:00
parent 92f5865d75
commit ce88492373
4 changed files with 3 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
ps = push
repourl = config --get remote.origin.url
shallow = clone --depth=1
st = status
staged = diff --cached
tags = for-each-ref --sort='*authordate' --format='%(tag)' refs/tags
undo = reset --soft HEAD^

View File

@@ -1,3 +1,4 @@
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
set convert-meta off

1
vimrc
View File

@@ -90,7 +90,6 @@ Bundle 'digitaltoad/vim-jade'
Bundle 'zepto-lang/zepto-vim'
Bundle 'hellerve/luna-vim'
Plugin 'rust-lang/rust.vim'
Plugin 'elixir-lang/vim-elixir'
" Custom bundles
if filereadable(expand("~/.vim.local/bundles.vim"))

3
zshrc
View File

@@ -106,9 +106,6 @@ case $TERM in
function rprompt-git-current-branch {
local name st color gitdir action
if [[ "$PWD" =~ '/\.git(/.*)?$' ]]; then
return
fi
name=`git rev-parse --abbrev-ref=loose HEAD 2> /dev/null`
if [[ -z $name ]]; then
return