Skip to content

Commit

Permalink
Updated default settings
Browse files Browse the repository at this point in the history
Fixed "TyperError" in Sublime text 3.
Changed "chrome" location
  • Loading branch information
binoyc committed Jul 7, 2016
1 parent dbcf596 commit e4a27c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View In Browser.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"win32": {
"firefox": "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe -new-tab",
"iexplore": "C:\\Program Files\\Internet Explorer\\iexplore.exe",
"chrome": "%Local AppData%\\Google\\Chrome\\Application\\chrome.exe",
"chrome": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"chrome64": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"yandex": "%Local AppData%\\Yandex\\YandexBrowser\\browser.exe"
}
Expand Down

2 comments on commit e4a27c4

@TriMoon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace the absolute paths with:
1 %ProgramFiles(x86)% = Default C:\Program Files (x86)
2 %ProgramFiles% = Default C:\Program Files

These variables are working on Windows 10.

@adampresley
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you asking to go back to the variables like %ProgramFiles%?

Please sign in to comment.