We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1753948 commit 6457747Copy full SHA for 6457747
2 files changed
.bashrc
@@ -1258,3 +1258,5 @@ stmt() {
1258
sed '$d' | # remove the last line, which is the first non-debug line
1259
sed 's/.*\|//' # find everything after the last pipe, which will be the debugged output
1260
}
1261
+
1262
+[ -f ~/.fzf.bash ] && source ~/.fzf.bash
code/settings.json
@@ -3,7 +3,7 @@
3
"eslint.enable": true,
4
"javascript.validate.enable": false,
5
"editor.rulers": [80],
6
- "window.zoomLevel": 1,
+ "window.zoomLevel": 2,
7
"files.exclude": {
8
"**/.DS_Store": true,
9
"**/.git": true,
0 commit comments