Skip to content

Commit 927fe62

Browse files
committed
hi
1 parent 02be7cb commit 927fe62

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.bashrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,7 @@ function releaseCommits() {
10471047
}
10481048

10491049
function jgrep() {
1050-
# Run this to regenerate
1051-
# bundle exec rake routes > ~/dev/rake-routes
1050+
#bundle exec rake routes > ~/dev/rake-routes
10521051
cat ~/dev/rake-routes | grep "$1"
10531052
}
10541053

code/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Place your settings in this file to overwrite the default settings
22
{
3-
"workbench.colorTheme": "Vibrant_Ink",
3+
"workbench.colorTheme": "Visual Studio Light",
44
"eslint.enable": true,
55
"javascript.validate.enable": false,
66
"editor.rulers": [80],

0 commit comments

Comments
 (0)