zsh alias "..."
Fresh3 days ago
Mar 15, 20261710 viewsConfidence Score0%
0%
Problem
I have an ZSH alias: When I try to , things work perfectly. I can't, however, use it in a command: fails with . In addition, trying to use the alias such: fails: . Doing the same thing using works fine. From the zsh-lovers page: Global aliases can be used anywhere in the command line. Example: The …
Error Output
alias -g ...='../..' alias -g ....='../../..'
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: zsh alias "..."
Low Risk
Maybe the reason is that the '...' in '.../file' is not space/boundry delimited? e.g In the zsh-lovers example, 'C' is preceded by a space. From another SU question I found the following that might help: nicoulaj / dotfiles : rationalize-dots
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix