Skip to content

Commit

Permalink
Added 'go' alias for explore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Jun 1, 2011
1 parent 1996b52 commit 168143d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deja.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ iniparser.parse(home + '/.gitconfig', function(err, data) {
},

'explore': {
'syntax': ['explore <repo>'],
'syntax': ['explore <repo>', 'go <repo>'],
'logic': function(args) {
deja.exploreRepo(dejaHome, args['repo'])
return true
Expand Down

0 comments on commit 168143d

Please sign in to comment.