Merge branch 'master' of gitlab.meutel.net:meutel/dotfiles
This commit is contained in:
commit
1f91c9970d
9
_bashrc
9
_bashrc
@ -107,8 +107,13 @@ fi
|
||||
if [ -e /usr/local/share/git-core/contrib/completion/git-completion.bash ]; then
|
||||
. /usr/local/share/git-core/contrib/completion/git-completion.bash
|
||||
fi
|
||||
if [ -e /usr/local/share/git-core/contrib/completion/git-prompt.sh ]; then
|
||||
. /usr/local/share/git-core/contrib/completion/git-prompt.sh
|
||||
if [ -e /usr/local/share/git-core/contrib/completion/git-prompt.sh ] || [ -e /usr/lib/git-core/git-sh-prompt ]; then
|
||||
if [ -e /usr/lib/git-core/git-sh-prompt ]; then
|
||||
. /usr/lib/git-core/git-sh-prompt
|
||||
fi
|
||||
if [ -e /usr/local/share/git-core/contrib/completion/git-prompt.sh ]; then
|
||||
. /usr/local/share/git-core/contrib/completion/git-prompt.sh
|
||||
fi
|
||||
export GIT_PS1_SHOWDIRTYSTATE=1
|
||||
export GIT_PS1_SHOWSTASHSTATE=1
|
||||
export GIT_PS1_SHOWUNTRACKEDFILES=1
|
||||
|
4
_vimrc
4
_vimrc
@ -100,8 +100,8 @@ nnoremap <Leader>w :w<CR>
|
||||
" quit
|
||||
nnoremap <Leader>q :q<CR>
|
||||
" navigate buffers
|
||||
nnoremap <Leader>h :bn<CR>
|
||||
nnoremap <Leader>l :bp<CR>
|
||||
nnoremap <Leader>l :bn<CR>
|
||||
nnoremap <Leader>h :bp<CR>
|
||||
" copy/paste system clipboard
|
||||
vmap <Leader>y "+y
|
||||
vmap <Leader>d "+d
|
||||
|
Loading…
x
Reference in New Issue
Block a user