miscellaneous changes of the last few weeks
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
ps = push
|
ps = push
|
||||||
repourl = config --get remote.origin.url
|
repourl = config --get remote.origin.url
|
||||||
shallow = clone --depth=1
|
shallow = clone --depth=1
|
||||||
|
st = status
|
||||||
staged = diff --cached
|
staged = diff --cached
|
||||||
tags = for-each-ref --sort='*authordate' --format='%(tag)' refs/tags
|
tags = for-each-ref --sort='*authordate' --format='%(tag)' refs/tags
|
||||||
undo = reset --soft HEAD^
|
undo = reset --soft HEAD^
|
||||||
|
3
inputrc
3
inputrc
@@ -1,3 +1,4 @@
|
|||||||
set meta-flag on
|
set meta-flag on
|
||||||
set convert-meta off
|
set input-meta on
|
||||||
set output-meta on
|
set output-meta on
|
||||||
|
set convert-meta off
|
||||||
|
1
vimrc
1
vimrc
@@ -90,7 +90,6 @@ Bundle 'digitaltoad/vim-jade'
|
|||||||
Bundle 'zepto-lang/zepto-vim'
|
Bundle 'zepto-lang/zepto-vim'
|
||||||
Bundle 'hellerve/luna-vim'
|
Bundle 'hellerve/luna-vim'
|
||||||
Plugin 'rust-lang/rust.vim'
|
Plugin 'rust-lang/rust.vim'
|
||||||
Plugin 'elixir-lang/vim-elixir'
|
|
||||||
|
|
||||||
" Custom bundles
|
" Custom bundles
|
||||||
if filereadable(expand("~/.vim.local/bundles.vim"))
|
if filereadable(expand("~/.vim.local/bundles.vim"))
|
||||||
|
3
zshrc
3
zshrc
@@ -106,9 +106,6 @@ case $TERM in
|
|||||||
|
|
||||||
function rprompt-git-current-branch {
|
function rprompt-git-current-branch {
|
||||||
local name st color gitdir action
|
local name st color gitdir action
|
||||||
if [[ "$PWD" =~ '/\.git(/.*)?$' ]]; then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
name=`git rev-parse --abbrev-ref=loose HEAD 2> /dev/null`
|
name=`git rev-parse --abbrev-ref=loose HEAD 2> /dev/null`
|
||||||
if [[ -z $name ]]; then
|
if [[ -z $name ]]; then
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user