Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shteeble committed Jan 3, 2018
1 parent 1cd9f5c commit 2d1731a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,4 @@ var configure = function () {
}, 10000);
};

var uninstall = function () {
console.log("Trefing up Git...");
gitconfig.unset(['alias.vus', 'alias.chollent', 'alias.shlep',
'alias.chap', 'alias.shtup', 'alias.loshon-hora',
'alias.nafka-mina', 'alias.gniza', 'alias.farbinden',
'alias.apikoyres', 'alias.drochim', 'alias.givald', 'alias.oy-vey',
'alias.shmutz', 'alias.shmooz'],
{ location: 'global' }).then();

setTimeout(function () {
console.log("nebuch, Git is now treif.");
}, 5000);
};

exports.uninstall = uninstall;

exports.configure = configure;

0 comments on commit 2d1731a

Please sign in to comment.