Skip to content

Commit eb95e59

Browse files
committed
chore: remove trailing newlines and teminal cmd env var
1 parent f4d8ace commit eb95e59

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lua/claudecode/config.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ function M.apply(user_config)
9595
config = vim.tbl_deep_extend("force", config, user_config)
9696
end
9797

98-
-- Check environment variable for terminal_cmd if not set in user config
99-
if config.terminal_cmd == nil then
100-
local env_cmd = vim.fn.getenv("CLAUDE_TERMINAL_CMD")
101-
if env_cmd ~= vim.NIL then
102-
config.terminal_cmd = env_cmd
103-
end
104-
end
105-
10698
M.validate(config)
10799

108100
return config

0 commit comments

Comments
 (0)