]> git.zndr.dk Git - dotfiles.git/commitdiff
Fix shell problem in windows
authorJannik ZANDER <jzander@grundfos.com>
Tue, 10 Jul 2018 16:55:54 +0000 (18:55 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Tue, 10 Jul 2018 16:55:54 +0000 (18:55 +0200)
.gitmodules
.profile
.vim/gvimrc
.vim/pack/github/opt/matchit [new submodule]
.vim/vimrc

index 40caae135116bd039b781e60e7fb3b5f5f19fa88..1fc6a61493eae2f52283c2718be3793e4eff465b 100644 (file)
@@ -46,3 +46,6 @@
 [submodule ".vim/pack/github/opt/vim-pandoc-syntax"]
        path = .vim/pack/github/opt/vim-pandoc-syntax
        url = https://github.com/vim-pandoc/vim-pandoc-syntax.git
+[submodule ".vim/pack/github/opt/matchit"]
+       path = .vim/pack/github/opt/matchit
+       url = https://github.com/tmhedberg/matchit.git
index cb95fcc0cb10f22500cce71bbf9c79afbbc03b28..44b0735a82392584a0cb789982a69c3a4aaa39b4 100644 (file)
--- a/.profile
+++ b/.profile
@@ -5,6 +5,9 @@ if [ -d "$HOME/bin" ] ; then
     PATH="$HOME/bin:$PATH"
 fi
 
+export TMP="$HOME/.tmp"
+export TEMP="$TMP"
+
 # Set default programs
 export SHELL='bash'
 export EDITOR='vim'
index 17d79bff9457d45c397c585fee05e14f00b8aac1..2e6ce79e890047bdc7bed9c942f006aad78a05c2 100644 (file)
@@ -1,7 +1,3 @@
-
-set shell=cmd
-set shellcmdflag=/c
-
 highlight normal guibg=black guifg=white
 highlight linenr guifg=grey
 set guioptions+=a
diff --git a/.vim/pack/github/opt/matchit b/.vim/pack/github/opt/matchit
new file mode 160000 (submodule)
index 0000000..060d9d8
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 060d9d8aa381d6a650b649d38c992b59db3ed1a3
index 35f1ff7ba5431f60257c76e3dc04207c6ba70af9..800f59f72781c5b492369101a87b20e400b03b30 100644 (file)
@@ -4,7 +4,7 @@ syntax enable
 
 " Use :help 'option' to see the documentation for the given option.
 set shell=/bin/bash
-set path=.,,**,C:\programs\IAR\\\ System\EWB_V850_V360\common\bin
+set path=.,,**
 set sessionoptions-=options
 
 " files