- commit
- 88d458c
- parent
- 4934abf
- author
- Eric bower
- date
- 2025-10-02 10:28:32 -0400 EDT
chore: changes
2 files changed,
+5,
-2
+1,
-0
1@@ -3,6 +3,7 @@ export AWS_PROFILE=prod-PowerUserAccess
2 export XDG_CONFIG_HOME=/Users/eric.bower/.config
3 export CLAUDE_CODE_USE_BEDROCK=1
4 export AWS_REGION=us-east-1
5+export EDITOR=nvim
6
7 alias ls="ls --color=auto"
8 alias tre="tree -CF --gitignore --dirsfirst -L 2"
+4,
-2
1@@ -244,7 +244,6 @@ function cqf(args)
2
3 if jump then
4 vim.cmd(string.format("edit %s", lines[1]))
5- return
6 end
7
8 vim.fn.setqflist({}, "r", {
9@@ -252,7 +251,10 @@ function cqf(args)
10 lines = fz,
11 efm = efm,
12 })
13- vim.cmd("copen")
14+
15+ if #fz > 0 then
16+ vim.cmd("copen")
17+ end
18 end
19
20 -- A simple toggle for quickfix.