Skip to content

Commit

Permalink
Merge pull request #57 from axsann/develop
Browse files Browse the repository at this point in the history
open command enabled. set Surpress Directory Argument false as default.
  • Loading branch information
Karan Goel committed Jun 2, 2015
2 parents 6471194 + b73c801 commit 2994fc3
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 2994fc3

Please sign in to comment.