[Bug] git (bash) aliases #5876
Unanswered
michahell
asked this question in
Help and Questions
Replies: 1 comment
-
You'll probably have to read up on how Git for Windows sources its startup scripts, to determine their sourcing order. My recommendation: put your aliases in ~/.profile and then check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Report
Current Behavior
when editing the file
C:\...\tools\apps\git\current\etc\profile.d
and adding aliases, I do not see those getting picked up when starting a new gitBash shell.
Expected Behavior
I expect to be able to use my aliases after having copied them into the file:
C:\...\tools\apps\git\current\etc\profile.d
Additional context/output
using an alias that was copypasted yields:
bash: gupv: command not found
alias
yields nothing (empty output)Possible Solution
I wish I had a solution :(
System details
Windows version: 10
OS architecture: 64bit
PowerShell version: N/A
Additional software: GIT / BASH
Scoop Configuration
//# Your configuration here
Beta Was this translation helpful? Give feedback.
All reactions