]> git.zndr.dk Git - dotfiles.git/commitdiff
Enable cscope git hooks
authorJannik ZANDER <jannikz@gmail.com>
Sun, 15 May 2016 06:55:50 +0000 (08:55 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Sun, 15 May 2016 06:55:50 +0000 (08:55 +0200)
.git_template/hooks/post-checkout
.git_template/hooks/post-commit
.git_template/hooks/post-merge
.inputrc
.vimrc

index 745c5f915693b5d5f8a04a707eb47b1dd6e2949d..f6c2774cf8ed2253d7dbb44fccb54460b0d805ff 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 .git/hooks/ctags >/dev/null 2>&1 &
 .git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &
index 745c5f915693b5d5f8a04a707eb47b1dd6e2949d..f6c2774cf8ed2253d7dbb44fccb54460b0d805ff 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 .git/hooks/ctags >/dev/null 2>&1 &
 .git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &
index 745c5f915693b5d5f8a04a707eb47b1dd6e2949d..f6c2774cf8ed2253d7dbb44fccb54460b0d805ff 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 .git/hooks/ctags >/dev/null 2>&1 &
 .git/hooks/gtags >/dev/null 2>&1 &
+.git/hooks/cscope >/dev/null 2>&1 &
index df0e02e8c403c58b141634f4beab2d2f28fb2703..6911450ed85a34a801793005173c66122b626b0f 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -60,4 +60,4 @@ set convert-meta off
 
 # Include system wide settings which is ignored
 # by default if one has own .inputrc
-# $include /etc/inputrc
\ No newline at end of file
+$include ~/inputrc_local
diff --git a/.vimrc b/.vimrc
index 21ebfd0e0e244c339e0b5d4e3b0da2799fee8013..46a3a83f459090417ff5c7a268380e081c303245 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -62,9 +62,10 @@ set smarttab        " sw at the start of the line, sts everywhere else
 setglobal tags=./tags;
 set timeoutlen=1200 " A little bit more time for macros
 set ttimeoutlen=50  " Make Esc work faster
-if exists('+undofile')
-  set undofile
-endif
+"if exists('+undofile')
+"  set undofile
+"endif
+set nobackup
 set visualbell
 set virtualedit=block
 set wildmenu