Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Who needs a website when you have a terminal.
- instagram: instagram account
- git: this repo
- github: all repos
- swag: rootvc store
- test: do not use
- other: try your favorite linux commands

Expand Down
4 changes: 4 additions & 0 deletions config/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ const commands = {
term.openURL("https://gfycat.com/ifr/WhiteBountifulAfricangroundhornbill");
},

swag: function() {
term.openURL("https://rootvc.creator-spring.com");
},

email: function() {
term.command("pine");
},
Expand Down
1 change: 1 addition & 0 deletions config/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const help = {
"%github%": "all repos",
"%locate%": "physical address",
"%jobs%": "check out our job openings",
"%swag%": "rootvc store",
"%test%": "do not use",
"%other%": "try your fav commands (e.g. %ls%, %groups%, %su%)"
};