From b24c06cee60dc8be32f0843ef645487ed3287890 Mon Sep 17 00:00:00 2001 From: guillermooo Date: Tue, 7 Apr 2015 19:38:55 +0200 Subject: [PATCH] edit vim.json --- bucket/vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/vim.json b/bucket/vim.json index 4f16a3eb..7837ec84 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -21,7 +21,7 @@ "post_install": "mv -force \"$dir\\intl.dll\" \"$dir\\libintl.dll\" if(!(test-path ~\\.vimrc)) { cp \"$dir\\vimrc_example.vim\" ~\\.vimrc - \"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii + \"set shell=$((gcm powershell).path)\\ -executionpolicy\\ bypass" | out-file ~\\.vimrc -append -encoding ascii echo '~/.vimrc was created with your shell set to Powershell.' } else { echo '~/.vimrc exists, skipping' }", "checkver": {