Skip to content

Commit

Permalink
自環境をコミット
Browse files Browse the repository at this point in the history
  • Loading branch information
Takmg committed Jun 11, 2019
1 parent 257c269 commit 80c5af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Vagrant.configure("2") do |config|
config.ssh.password = "vagrant"

# Synced folders - http://docs.vagrantup.com/v2/synced-folders/
config.vm.synced_folder "packages", "/packages"
config.vm.synced_folder "I:/Programming/Workspace/team-git/chocolatey/test", "/packages"
config.vm.synced_folder "shell", "/scripts"
#config.vm.synced_folder "temp", "/Users/vagrant/AppData/Local/Temp/chocolatey"
# not recommended for sharing, it may have issues with `vagrant sandbox rollback`
Expand Down
2 changes: 1 addition & 1 deletion shell/InstallTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function c() {
}
'@ -replace "`n", "`r`n" | Out-File -Append $Profile

. $PSScriptRoot\Register-LoginTask.ps1
. C:\scripts\Register-LoginTask.ps1
Register-LoginTask "$Env:PROGRAMFILES\Everything\Everything.exe" -Arguments '-startup' -RunElevated
Register-LoginTask "${env:ProgramFiles(x86)}\Copyq\copyq.exe" -RunElevated

0 comments on commit 80c5af1

Please sign in to comment.