Skip to content

Commit

Permalink
open command enabled. set Surpress Directory Argument false as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
axsann committed May 27, 2015
1 parent 6471194 commit b73c801
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/atom-terminal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if platform() == 'darwin'
default: ''
surpressDirectoryArgument:
type: 'boolean'
default: true
default: false
setWorkingDirectory:
type: 'boolean'
default: true
Expand All @@ -83,7 +83,7 @@ else if platform() == 'win32'
default: ''
surpressDirectoryArgument:
type: 'boolean'
default: true
default: false
setWorkingDirectory:
type: 'boolean'
default: true
Expand All @@ -101,7 +101,7 @@ else
default: ''
surpressDirectoryArgument:
type: 'boolean'
default: true
default: false
setWorkingDirectory:
type: 'boolean'
default: true
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "atom-terminal",
"main": "./lib/atom-terminal",
"version": "0.8.0",
"version": "0.8.1",
"description": "Open terminal in the current file's directory.",
"activationCommands": {
"atom-workspace": [
"atom-terminal:open",
"atom-terminal:open-project-root"
]
},
Expand Down

0 comments on commit b73c801

Please sign in to comment.