Skip to content

Commit 6457747

Browse files
committed
hi
1 parent 1753948 commit 6457747

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,3 +1258,5 @@ stmt() {
12581258
sed '$d' | # remove the last line, which is the first non-debug line
12591259
sed 's/.*\|//' # find everything after the last pipe, which will be the debugged output
12601260
}
1261+
1262+
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

code/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"eslint.enable": true,
44
"javascript.validate.enable": false,
55
"editor.rulers": [80],
6-
"window.zoomLevel": 1,
6+
"window.zoomLevel": 2,
77
"files.exclude": {
88
"**/.DS_Store": true,
99
"**/.git": true,

0 commit comments

Comments
 (0)