[FEATURE] make bash mode able to use aliases
Resolved 💬 3 comments Opened May 8, 2026 by NBaLogn Closed May 11, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
i often use the bash mode to track my commands easier. but the bash mode dont support user aliases. that means i cannot use shorthand commands. 1 example is "git commit", i set it to "gc" and can execute it in normal shell, but claude-code bash mode wont accept "gc", citing "/bin/bash: line 1: sbash: command not found" and i have to type out "git commit".
Proposed Solution
Configure the shell interaction.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗